Nintendo DS Cart Whitelist: Difference between revisions
Jump to navigation
Jump to search
HNHA.bin |
number of titles |
||
Line 18: | Line 18: | ||
|- | |- | ||
| 0x04 | | 0x04 | ||
| 0x80 | |||
| Unknown | |||
|- | |||
| 0x84 | | 0x84 | ||
| | | 0x04 | ||
| Number of titles in file | |||
|} | |} | ||
Revision as of 21:37, 5 August 2009
Description
If i remember correctly, HNHA.bin is a file stored in the DSi (NAND fs ?), that contains a list of white listed DS games.
Basic HNHA.bin File Structure
The file consists in one header (0x88 bytes) and in a list of Titles.
Header Structure
Start | Length | Description |
---|---|---|
0x00 | 4 | An ID (NDHT) |
0x04 | 0x80 | Unknown |
0x84 | 0x04 | Number of titles in file |
Title Structure
Start | Length | Description |
---|---|---|
0x00 | 4 | The title ID |
0x04 | 4 | The title version |
0x08 | 20 | The first SHA-1 sum |
0x1C | 20 | The second SHA-1 sum |