added: makerom

It has some issues, but I'm going to do anymore work on it.
This commit is contained in:
3DSGuy
2014-05-05 21:00:48 +08:00
parent c56a16756e
commit 6c44c7af5e
168 changed files with 71978 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
#pragma once
typedef struct
{
u8 magic[4];
u8 reserved0[4];
u8 node0[4];
u8 node1[4];
u8 debugInfoOffset[4]; //s32
u8 debugInfoSize[4]; //s32
u8 reserved1[8];
u8 uniqueIdMask[4];
u8 uniqueIdPattern[4];
u8 reserved2[0x18];
u8 signPublicKey[0x100];
u8 signPublicKeySign[0x100];
u8 sign[0x100];
u8 uniqueId[4];
u8 size[4];
u8 reserved3[8];
u8 hashOffset[4];
u8 numHash[4];
u8 moduleIdOffset[4];
u8 moduleIdSize[4];
} crr_hdr;