Describes an executable program region and its runtime addresses. More...
Properties | |
| NdsRegion? | Footer [get, set] |
Identifies the optional 12-byte SDK footer recognized by its 0xDEC00621 marker after ARM9. | |
| NdsRegion | CompleteData [get] |
| Extends the executable region through a recognized SDK footer for byte-compatible extraction. | |
Describes an executable program region and its runtime addresses.
| Processor | The processor and execution mode. |
| Data | The program bytes in the image. |
| EntryAddress | The initial instruction address. |
| LoadAddress | The address at which the program is loaded. |
Definition at line 8 of file NdsProgram.cs.
|
get |
Extends the executable region through a recognized SDK footer for byte-compatible extraction.
Definition at line 18 of file NdsProgram.cs.
|
getset |
Identifies the optional 12-byte SDK footer recognized by its 0xDEC00621 marker after ARM9.
Definition at line 15 of file NdsProgram.cs.