Difference between revisions of "DSP Binary"
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
|- | |- | ||
| 0x118 | | 0x118 | ||
− | | | + | | 8 |
| Zero | | Zero | ||
|- | |- |
Revision as of 19:13, 23 May 2014
Offset | Size | Description |
---|---|---|
0x0 | 0x100 | RSA Signature |
0x100 | 4 | Magic ('DSP1') |
0x104 | 4 | DSP Binary size |
0x108 | 4 | ? |
0x10C | 1 | ? |
0x10D | 1 | ? |
0x10E | 1 | Num segments (must be 1..9) |
0x10F | 1 | ? |
0x110 | 4 | ? |
0x114 | 4 | ? |
0x118 | 8 | Zero |
0x120 | 0x30*10 | Segment records |
Each segment record:
Offset | Size | Description |
---|---|---|
0 | 4 | Offset data |
4 | 4 | Load addr? |
8 | 4 | Size |
12 | 4 | Mem selector? (0/2) |
16 | 32 | SHA256 hash of segment |