NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsSecureAreaState.cs
1
namespace
NdsForge
;
2
4
public
enum
NdsSecureAreaState
5
{
7
Absent
,
8
10
Decrypted
,
11
13
Encrypted
,
14
16
Multiboot
,
17
19
Unrecognized
,
20
22
Malformed
,
23
}
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsSecureAreaState
NdsSecureAreaState
Classifies the cartridge security interval without conflating encrypted bytes with malformed metadata...
Definition
NdsSecureAreaState.cs:5
NdsForge.NdsSecureAreaState.Malformed
@ Malformed
The header selects a secure interval that is truncated or otherwise structurally unavailable.
Definition
NdsSecureAreaState.cs:22
NdsForge.NdsSecureAreaState.Multiboot
@ Multiboot
The interval begins with zero words used by multiboot-style images rather than a transformable secure...
Definition
NdsSecureAreaState.cs:16
NdsForge.NdsSecureAreaState.Decrypted
@ Decrypted
The first two words contain the conventional destroyed secure-area identifier used by decrypted dumps...
Definition
NdsSecureAreaState.cs:10
NdsForge.NdsSecureAreaState.Unrecognized
@ Unrecognized
Bytes are present but neither plain markers nor a caller-key-verifiable encrypted identifier were fou...
Definition
NdsSecureAreaState.cs:19
NdsForge.NdsSecureAreaState.Encrypted
@ Encrypted
The first 2 KiB successfully decrypt to the secure-area identifier under the caller's KEY1 table.
Definition
NdsSecureAreaState.cs:13
NdsForge.NdsSecureAreaState.Absent
@ Absent
The ARM9 layout does not use the cartridge interval beginning at 0x4000.
Definition
NdsSecureAreaState.cs:7
src
NdsForge
SecureArea
NdsSecureAreaState.cs
Generated by
1.17.0