Reports a detached legacy ARM7 hook image and the regions introduced by the compatibility transform. More...
Properties | |
| ReadOnlyMemory< byte > | Image [get] |
| Contains every transformed image byte plus the four-byte CRC correction word beyond declared used size. | |
| NdsRegion | RelocatedArm7 [get] |
| Locates the header-declared ARM7 region after relocation and expansion. | |
| NdsRegion | Hook [get] |
| Locates the aligned caller hook executed through the patched ARM7 entrypoint. | |
| NdsRegion | HeaderBackup [get] |
| Locates the original common header appended for hook code that needs to restore boot metadata. | |
| uint | Crc32 [get] |
| Records standard CRC32 of the completed physical output, including bytes beyond declared used size. | |
Reports a detached legacy ARM7 hook image and the regions introduced by the compatibility transform.
Definition at line 4 of file NdsLegacyArm7HookResult.cs.
|
get |
Records standard CRC32 of the completed physical output, including bytes beyond declared used size.
Definition at line 35 of file NdsLegacyArm7HookResult.cs.
|
get |
Locates the original common header appended for hook code that needs to restore boot metadata.
Definition at line 33 of file NdsLegacyArm7HookResult.cs.
|
get |
Locates the aligned caller hook executed through the patched ARM7 entrypoint.
Definition at line 31 of file NdsLegacyArm7HookResult.cs.
|
get |
Contains every transformed image byte plus the four-byte CRC correction word beyond declared used size.
Definition at line 27 of file NdsLegacyArm7HookResult.cs.
|
get |
Locates the header-declared ARM7 region after relocation and expansion.
Definition at line 29 of file NdsLegacyArm7HookResult.cs.