NPD: Difference between revisions
Jump to navigation
Jump to search
CelesteBlue (talk | contribs) (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...") |
CelesteBlue (talk | contribs) 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 | * The main tool to deal with NPD packets is [https://github.com/ErikPshat/make_npdata-hykem/ make_npdata by Hykem]. |
Revision as of 00: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
- The main tool to deal with NPD packets is make_npdata by Hykem.