Difference between revisions of "DSP Binary"
Jump to navigation
Jump to search
(Created page with "Category:File formats {| class="wikitable" border="1" ! Offset ! Size ! Description |- | 0x0 | 0x100 | RSA Signature |- | 0x100 | 4 | Magic ('DSP1') |- | 0x104 | 4 | ? |-...") |
(No difference)
|
Revision as of 18:12, 8 May 2014
Offset | Size | Description |
---|---|---|
0x0 | 0x100 | RSA Signature |
0x100 | 4 | Magic ('DSP1') |
0x104 | 4 | ? |
0x108 | 2 | ? |
0x10E | 1 | Num segments (must be 1..9) |
0x10C | 4 | ? |
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 |