mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 08:49:03 +00:00
Move files around to new directory structure
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
#include "cia.h"
|
||||
|
||||
// Cia Read Functions
|
||||
bool IsCia(u8 *cia);
|
||||
u64 GetCiaCertOffset(cia_hdr *hdr);
|
||||
u64 GetCiaCertSize(cia_hdr *hdr);
|
||||
u64 GetCiaTikOffset(cia_hdr *hdr);
|
||||
u64 GetCiaTikSize(cia_hdr *hdr);
|
||||
u64 GetCiaTmdOffset(cia_hdr *hdr);
|
||||
u64 GetCiaTmdSize(cia_hdr *hdr);
|
||||
u64 GetCiaContentOffset(cia_hdr *hdr);
|
||||
u64 GetCiaContentSize(cia_hdr *hdr);
|
||||
u64 GetCiaMetaOffset(cia_hdr *hdr);
|
||||
u64 GetCiaMetaSize(cia_hdr *hdr);
|
||||
|
||||
u8* GetCiaCert(u8 *cia);
|
||||
u8* GetCiaTik(u8 *cia);
|
||||
u8* GetCiaTmd(u8 *cia);
|
||||
u8* GetCiaContent(u8 *cia);
|
||||
u8* GetCiaMeta(u8 *cia);
|
||||
Reference in New Issue
Block a user