Difference between revisions of "DSP Binary"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
| 0x104 | | 0x104 | ||
| 4 | | 4 | ||
− | | | + | | DSP Binary size |
|- | |- | ||
| 0x108 | | 0x108 |
Revision as of 16:50, 22 May 2014
Offset | Size | Description |
---|---|---|
0x0 | 0x100 | RSA Signature |
0x100 | 4 | Magic ('DSP1') |
0x104 | 4 | DSP Binary size |
0x108 | 4 | ? |
0x10C | 2 | ? |
0x10E | 1 | Num segments (must be 1..9) |
0x10F | 1 | ? |
0x110 | 4 | ? |
0x114 | 4 | ? |
0x118 | 16 | 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 |