mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
[ctrtool] Implemented --listromfs & --romfsdir to work directly with NCCH. Also implemented plainrgn extraction.
This commit is contained in:
@@ -27,6 +27,10 @@ u32 getbe32(const u8* p);
|
||||
u32 getbe16(const u8* p);
|
||||
void putle16(u8* p, u16 n);
|
||||
void putle32(u8* p, u32 n);
|
||||
void putle64(u8* p, u64 n);
|
||||
void putbe16(u8* p, u16 n);
|
||||
void putbe32(u8* p, u32 n);
|
||||
void putbe64(u8* p, u64 n);
|
||||
|
||||
void readkeyfile(u8* key, const char* keyfname);
|
||||
void memdump(FILE* fout, const char* prefix, const u8* data, u32 size);
|
||||
|
||||
Reference in New Issue
Block a user