7 public long Offset {
get; init; }
9 public long Length {
get; init; }
15 public IReadOnlyDictionary<string, string>
Titles {
get; init; } =
new Dictionary<string, string>();
17 public string Sha256 {
get; init; } =
string.Empty;
Snapshots banner format, content, localized text, and physical placement without embedding rendered p...
long Length
Records the exact version-defined native structure length.
IReadOnlyDictionary< string, string > Titles
Copies every supported localized title under a stable language-name key.
ushort Version
Records static revision one through three or animated DSi revision 0x0103.
string Sha256
Hashes the complete native banner, including reserved and unused sequence bytes.
long Offset
Records the first native banner byte in the image.
bool IsAnimated
Records whether native tiles, palettes, and a playback sequence extend the static icon.
Snapshots DSi-specific title, size, security-mode, and modcrypt layout metadata.
bool UsesInsecureModcryptKey
Records whether public header bytes replace the securely scrambled normal key.
NdsManifestRegion ModcryptArea1
Records first-area placement as a transport-friendly offset/length pair.
uint TotalImageSize
Records the DSi metadata's total content extent separately from common used size.
NdsManifestRegion ModcryptArea2
Records second-area placement as a transport-friendly offset/length pair.
uint RegionFlags
Records territory permission flags without resolving policy names.
uint AccessControl
Records DSi service and hardware access-control bits.
ulong TitleId
Records the 64-bit platform title identity used by DSi services and save storage.
bool HasModcryptAreas
Records whether either header-declared modcrypt interval contains bytes.
Serializes a half-open image interval without relying on value-type JSON conventions.
long Offset
Records the first absolute image byte.
long Length
Records the number of bytes in the interval rather than its inclusive end.