Line 4:
Line 4:
== Basic HNHA.bin File Structure ==
== Basic HNHA.bin File Structure ==
−
The file consists in one header (0x88 bytes) and in a list of Titles.
+
The file consists in one header, a list of Titles and a footer.
=== Header Structure ===
=== Header Structure ===
+
The header is 136 bytes.
{| class="wikitable"
{| class="wikitable"
|- style="background-color: #ddd;"
|- style="background-color: #ddd;"
Line 22:
Line 23:
|-
|-
| 0x84
| 0x84
−
| 0x04
+
| 4
| Number of titles in file
| Number of titles in file
|}
|}
−
=== Title Structure ===
=== Title Structure ===
+
A title is 48 bytes.
{| class="wikitable"
{| class="wikitable"
|- style="background-color: #ddd;"
|- style="background-color: #ddd;"
Line 49:
Line 50:
| 20
| 20
| The second SHA-1 sum
| The second SHA-1 sum
+
|}
+
+
=== Footer Structure ===
+
The footer is 24 bytes.
+
{| class="wikitable"
+
|- style="background-color: #ddd;"
+
! Start
+
! Length
+
! Description
+
|-
+
| 0x00
+
| 24
+
| Unknown
|}
|}