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

Snapshots DSi-specific title, size, security-mode, and modcrypt layout metadata. More...

Properties

ulong TitleId [get]
 Records the 64-bit platform title identity used by DSi services and save storage.
uint TotalImageSize [get]
 Records the DSi metadata's total content extent separately from common used size.
uint RegionFlags [get]
 Records territory permission flags without resolving policy names.
uint AccessControl [get]
 Records DSi service and hardware access-control bits.
bool HasModcryptAreas [get]
 Records whether either header-declared modcrypt interval contains bytes.
bool UsesInsecureModcryptKey [get]
 Records whether public header bytes replace the securely scrambled normal key.
NdsManifestRegion ModcryptArea1 = new() [get]
 Records first-area placement as a transport-friendly offset/length pair.
NdsManifestRegion ModcryptArea2 = new() [get]
 Records second-area placement as a transport-friendly offset/length pair.

Detailed Description

Snapshots DSi-specific title, size, security-mode, and modcrypt layout metadata.

Definition at line 21 of file NdsManifestOptionalModels.cs.

Property Documentation

◆ AccessControl

uint NdsForge.NdsManifestDsi.AccessControl
get

Records DSi service and hardware access-control bits.

Definition at line 30 of file NdsManifestOptionalModels.cs.

◆ HasModcryptAreas

bool NdsForge.NdsManifestDsi.HasModcryptAreas
get

Records whether either header-declared modcrypt interval contains bytes.

Definition at line 32 of file NdsManifestOptionalModels.cs.

◆ ModcryptArea1

NdsManifestRegion NdsForge.NdsManifestDsi.ModcryptArea1 = new()
get

Records first-area placement as a transport-friendly offset/length pair.

Definition at line 36 of file NdsManifestOptionalModels.cs.

◆ ModcryptArea2

NdsManifestRegion NdsForge.NdsManifestDsi.ModcryptArea2 = new()
get

Records second-area placement as a transport-friendly offset/length pair.

Definition at line 38 of file NdsManifestOptionalModels.cs.

◆ RegionFlags

uint NdsForge.NdsManifestDsi.RegionFlags
get

Records territory permission flags without resolving policy names.

Definition at line 28 of file NdsManifestOptionalModels.cs.

◆ TitleId

ulong NdsForge.NdsManifestDsi.TitleId
get

Records the 64-bit platform title identity used by DSi services and save storage.

Definition at line 24 of file NdsManifestOptionalModels.cs.

◆ TotalImageSize

uint NdsForge.NdsManifestDsi.TotalImageSize
get

Records the DSi metadata's total content extent separately from common used size.

Definition at line 26 of file NdsManifestOptionalModels.cs.

◆ UsesInsecureModcryptKey

bool NdsForge.NdsManifestDsi.UsesInsecureModcryptKey
get

Records whether public header bytes replace the securely scrambled normal key.

Definition at line 34 of file NdsManifestOptionalModels.cs.


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