Added neimod's ctrtool

Will be base code for improvments
This commit is contained in:
3DSGuy
2014-04-14 09:39:21 +08:00
commit 87681b8bc5
63 changed files with 22243 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef _INFO_H_
#define _INFO_H_
#include "types.h"
#include "keyset.h"
typedef struct
{
FILE* file;
keyset* keys;
u32 offset;
const u8* blob;
u32 blobsize;
} infocontext;
#endif // _INFO_H_