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

Snapshots every FAT record, including unnamed private Overlay payloads and otherwise unreferenced allocations. More...

Properties

int FileId [get]
 Records the zero-based FAT slot independent from Overlay IDs and optional FNT names.
long Offset [get]
 Records the first physical byte addressed by the FAT record.
long Length [get]
 Records the FAT end-minus-start length, including valid zero-byte allocations.
string Sha256 = string.Empty [get]
 Hashes the exact allocation bytes with SHA-256 so unnamed payload changes remain visible.

Detailed Description

Snapshots every FAT record, including unnamed private Overlay payloads and otherwise unreferenced allocations.

Definition at line 65 of file NdsManifestModels.cs.

Property Documentation

◆ FileId

int NdsForge.NdsManifestAllocation.FileId
get

Records the zero-based FAT slot independent from Overlay IDs and optional FNT names.

Definition at line 68 of file NdsManifestModels.cs.

◆ Length

long NdsForge.NdsManifestAllocation.Length
get

Records the FAT end-minus-start length, including valid zero-byte allocations.

Definition at line 72 of file NdsManifestModels.cs.

◆ Offset

long NdsForge.NdsManifestAllocation.Offset
get

Records the first physical byte addressed by the FAT record.

Definition at line 70 of file NdsManifestModels.cs.

◆ Sha256

string NdsForge.NdsManifestAllocation.Sha256 = string.Empty
get

Hashes the exact allocation bytes with SHA-256 so unnamed payload changes remain visible.

Definition at line 74 of file NdsManifestModels.cs.


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