Editing Talk:EDAT files
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 280: | Line 280: | ||
Source: http://www.ps3hax.net/showpost.php?p=300903&postcount=93 | Source: http://www.ps3hax.net/showpost.php?p=300903&postcount=93 | ||
==== | ====Wikify test==== | ||
Some naming on description and note, for wikify purpose, could be better/or should beconfirmed. | |||
====='''Header'''===== | |||
{| class="wikitable" style="text-align: center;" | |||
|- | |||
! style="background-color:#123EDA; color:#FFFFFF;" |Offset || style="background-color:#123EDA; color:#FFFFFF;" |Description || style="background-color:#123EDA; color:#FFFFFF;" |Size || style="background-color:#123EDA; color:#FFFFFF;" |Type || style="background-color:#123EDA; color:#FFFFFF;" |Note | |||
|- | |||
| 0x00 || magic || 4 || uint32 ||"NPD" (4E 50 44 00) | |||
|- | |||
| 0x04 || version || 4 || uint32 || | |||
*01 | |||
*02 | |||
*03 | |||
*04 | |||
|- | |||
| 0x08 || [[License_Types|License Types]] || 4 || uint32 || | |||
*00 Debug / SDAT? | |||
*01 Network License | |||
*02 Local License | |||
*03 Free | |||
|- | |||
| 0x0B || Sub-licenses type? || 4 || uint32 || 00 or 01 (only pre-order?) | |||
|- | |||
| 0x10 || [[PARAM.SFO#CONTENT_ID|CONTENT ID]] || 48 (0x30) || uint8 || | |||
|- | |||
| 0x40 || Digest || 16 (0x10) || uint8 || | |||
|- | |||
| 0x50 || TitlefilenameHash || 16 (0x10) || uint8 || | |||
|- | |||
| 0x60 || HeaderHash || 16 (0x10) || uint8 || | |||
|- | |||
| 0x70 || 00 || 16 (0x10) || uint8 || filled with 00 | |||
|- | |||
| 0x80 || NPD Flag || 1 || uint8 || (Separated from NPD type for wiki format) | |||
*00 Finalized EDAT | |||
*01 Finalized SDAT | |||
*80 Finalized EDAT | |||
*81 Non Finalized SDAT | |||
|- | |||
| 0x83 || NPD type || 3 || uint8 || | |||
*01 Compressed? | |||
*02 Plain text? | |||
*03 Compressed plain text? | |||
*05 Compressed? | |||
*06 Plain text? | |||
*07 Compressed plain text? | |||
*0D Compressed data? | |||
*3C data/misc? | |||
|- | |||
| 0x84 || Block size || 4 || uint8 || default is 16 kbytes = 0x4000 | |||
|- | |||
| 0x88 || Data size || 8 || uint8 || decoded data size | |||
|- | |||
|} | |||
====='''Footer'''===== | |||
{| class="wikitable" style="text-align: center;" | |||
|- | |||
! style="background-color:#123EDA; color:#FFFFFF;" |Description || style="background-color:#123EDA; color:#FFFFFF;" |Size || style="background-color:#123EDA; color:#FFFFFF;" |Note | |||
|- | |||
| Name || 5 || EDATA / SDATA | |||
|- | |||
| Space || 1 || 0x20 | |||
|- | |||
| Revision Version? || 1 || | |||
*Version 2: 2.4.0.L | |||
*Version 3: 3.3.0.W | |||
*Version 4: 4.4.0.L | |||
*Version 4: 4.4.0.W | |||
|- | |||
| End of the file || 3 || zeroed | |||
|} | |||
* | |||
* | |||