Line 1: |
Line 1: |
| == Description == | | == 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.
| + | The Nintendo DS Cart Whitelist is a system title (HNHA / 0003000f484e4841) that contains a list of whitelisted DS carts. It also exists as a 3DS system title. |
| | | |
− | == Basic HNHA.bin File Structure == | + | == Basic File Structure == |
− | | + | The file consists in one header, a list of titles and a footer. |
− | The file consists in one header, a list of Titles and a footer. | |
| | | |
| === Header Structure === | | === Header Structure === |
Line 37: |
Line 36: |
| | 0x00 | | | 0x00 |
| | 4 | | | 4 |
− | | The title ID | + | | The title ID low/serial |
| |- | | |- |
| | 0x04 | | | 0x04 |
| | 4 | | | 4 |
− | | The title version | + | | The cart revision |
| |- | | |- |
| | 0x08 | | | 0x08 |
Line 49: |
Line 48: |
| | 0x1C | | | 0x1C |
| | 20 | | | 20 |
− | | The second SHA-1 sum | + | | The second SHA-1 sum (optional) |
| |} | | |} |
| | | |