4public sealed class NdsImageBuildResult
23 internal NdsImageBuildResult(
NdsRegion? Arm9i
Locates the DSi-mode ARM9 payload appended after common content, or remains absent for DS images.
int FileCount
Counts named files serialized into both FNT ordering and FAT allocations.
int AllocationCount
Counts every FAT entry, including unnamed payloads reachable only through Overlay records.
NdsRegion? Arm7i
Locates the DSi-mode ARM7 payload appended after ARM9i, or remains absent for DS images.
NdsRegion BlockHashTable
Locates generated HMACs over sector-hash groups, or remains empty when hierarchical digests are disab...
NdsRegion FileAllocationTable
Locates generated start/end records whose array positions are File IDs.
NdsRegion Arm7
Locates the secondary processor payload selected by header offsets 0x30-0x3F.
NdsRegion Arm9
Locates the primary processor payload selected by header offsets 0x20-0x2F.
long PhysicalSize
Reports destination bytes after final alignment and excludes no hidden sparse extent.
NdsRegion SectorHashTable
Locates generated per-sector DSi HMACs, or remains empty when hierarchical digests are disabled.
NdsRegion FileNameTable
Locates the generated hierarchy and name table referenced by the common header.
long UsedSize
Identifies the meaningful content end written to header offset 0x80.
NdsRegion? Banner
Locates optional checksummed menu metadata after final alignment.
NdsRegion? Arm9Footer
Locates a recognized SDK footer immediately after ARM9 while excluding it from executable length.
NdsRegion Arm7OverlayTable
Locates generated 32-byte ARM7 Overlay records in caller insertion order.
NdsRegion Arm9OverlayTable
Locates generated 32-byte ARM9 Overlay records in caller insertion order.
Identifies a bounded range of bytes in an image.