Reports secure-area presence, encryption state, and checksum evidence without modifying image bytes. More...
Properties | |
| bool? | IsCrcValid [get] |
| Distinguishes a proven match or mismatch from the unknown result produced when decrypted bytes are inspected without the KEY1 table required to reconstruct their encrypted checksum representation. | |
| bool | IsTransformable [get] |
| Indicates that the interval can be passed to the matching encrypt or decrypt operation. | |
Reports secure-area presence, encryption state, and checksum evidence without modifying image bytes.
| State | Detected structural or cryptographic state. |
| Region | The conventional 16 KiB cartridge interval, or an empty region when absent. |
| StoredCrc | Header checksum recorded at offset 0x6C. |
| CalculatedCrc | Checksum of the encrypted representation when it could be calculated. |
Definition at line 8 of file NdsSecureAreaInspection.cs.
|
get |
Distinguishes a proven match or mismatch from the unknown result produced when decrypted bytes are inspected without the KEY1 table required to reconstruct their encrypted checksum representation.
Definition at line 18 of file NdsSecureAreaInspection.cs.
|
get |
Indicates that the interval can be passed to the matching encrypt or decrypt operation.
Definition at line 21 of file NdsSecureAreaInspection.cs.