EDAT files: Difference between revisions
Jump to navigation
Jump to search
m (added header and footer to the mainpage (documented already)) |
|||
Line 60: | Line 60: | ||
| 0x88 || Data size || 8 || uint8 || decoded data size | | 0x88 || Data size || 8 || uint8 || decoded data size | ||
|- | |- | ||
|} | |||
====='''Footer Structure (Encrypted Format)'''===== | |||
{| 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" or "SDATA" | |||
|- | |||
| Space || 1 || 0x20 | |||
|- | |||
| Revision Version? || 8 || | |||
*Version 1: "packager" | |||
*Version 2: "2.4.0.L " | |||
*Version 2: "2.4.0.W " | |||
*Version 2: "2.7.0.L " | |||
*Version 3: "3.3.0.L " | |||
*Version 3: "3.3.0.W " | |||
*Version 4: "4.4.0.L " | |||
*Version 4: "4.4.0.W " | |||
|- | |||
| End of the file || 2 || 00 00 | |||
|} | |} | ||
Note: Applied for normal ps3 edats and minis.edat | Note: Applied for normal ps3 edats and minis.edat |
Revision as of 17:51, 31 August 2013
This article is marked for rewrite/restructuring in proper wiki format. You can help PS3 Developer wiki by editing it. |
Info on the talk page
Info on the talk page The info on this page is an extract of conversations and forum posts, please digest the info and move it this page
Header Structure (Encrypted Format)
Offset | Description | Size | Type | Note |
---|---|---|---|---|
0x00 | magic | 4 | uint32 | "NPD" (4E 50 44 00) |
0x04 | version | 4 | uint32 |
|
0x08 | License Types? | 4 | uint32 |
|
0x0B | Sub-licenses type | 4 | uint32 |
|
0x10 | 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)
|
0x83 | NPD type | 3 | uint8 |
|
0x84 | Block size? | 4 | uint8 | default is 16 kbytes = 0x4000 |
0x88 | Data size | 8 | uint8 | decoded data size |
Description | Size | Note |
---|---|---|
Name | 5 | "EDATA" or "SDATA" |
Space | 1 | 0x20 |
Revision Version? | 8 |
|
End of the file | 2 | 00 00 |
Note: Applied for normal ps3 edats and minis.edat