NPD: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "NPD is a packet format used on PS3 in NPDRM contents. It corresponds to 2 sort of packets: the ones in SDAT/EDAT files and the ones in SELF_-_SPRX#Supplemental_Header_Ta...")
 
No edit summary
Line 5: Line 5:
= Tools =
= Tools =


* The main tool to deal with NPD packets is [https://github.com/ErikPshat/make_npdata-hykem/blob/master/ make_npdata by Hykem].
* The main tool to deal with NPD packets is [https://github.com/ErikPshat/make_npdata-hykem/ make_npdata by Hykem].

Revision as of 01:14, 3 February 2022

NPD is a packet format used on PS3 in NPDRM contents. It corresponds to 2 sort of packets: the ones in SDAT/EDAT files and the ones in SELF/SPRX NPDRM header in NPDRM Selfs only. NPD stands for Network Playstation Data or Network Playstation Drm. PS Vita equivalent is "DRM".

It is required to compare these 2 sort of packets before stating if they have same usage and what the common name should be.

Tools