DSP Binary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
|- | |- | ||
| 0x108 | | 0x108 | ||
| | | 4 | ||
| ? | | ? | ||
|- | |- | ||
| 0x10C | | 0x10C | ||
| | | 2 | ||
| ? | | ? | ||
|- | |- | ||
| Line 29: | Line 29: | ||
| 1 | | 1 | ||
| Num segments (must be 1..9) | | Num segments (must be 1..9) | ||
|- | |||
| 0x10F | |||
| 1 | |||
| ? | |||
|- | |- | ||
| 0x110 | | 0x110 | ||
Revision as of 16:49, 22 May 2014
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x100 | RSA Signature |
| 0x100 | 4 | Magic ('DSP1') |
| 0x104 | 4 | ? |
| 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 |