NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsForge.NdsLegacyArm7HookResult Class Referencesealed

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.

Detailed Description

Reports a detached legacy ARM7 hook image and the regions introduced by the compatibility transform.

Definition at line 4 of file NdsLegacyArm7HookResult.cs.

Property Documentation

◆ Crc32

uint NdsForge.NdsLegacyArm7HookResult.Crc32
get

Records standard CRC32 of the completed physical output, including bytes beyond declared used size.

Definition at line 35 of file NdsLegacyArm7HookResult.cs.

◆ HeaderBackup

NdsRegion NdsForge.NdsLegacyArm7HookResult.HeaderBackup
get

Locates the original common header appended for hook code that needs to restore boot metadata.

Definition at line 33 of file NdsLegacyArm7HookResult.cs.

◆ Hook

NdsRegion NdsForge.NdsLegacyArm7HookResult.Hook
get

Locates the aligned caller hook executed through the patched ARM7 entrypoint.

Definition at line 31 of file NdsLegacyArm7HookResult.cs.

◆ Image

ReadOnlyMemory<byte> NdsForge.NdsLegacyArm7HookResult.Image
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.

◆ RelocatedArm7

NdsRegion NdsForge.NdsLegacyArm7HookResult.RelocatedArm7
get

Locates the header-declared ARM7 region after relocation and expansion.

Definition at line 29 of file NdsLegacyArm7HookResult.cs.


The documentation for this class was generated from the following file: