Get eocd and cdh entries

This commit is contained in:
atxr 2024-02-06 20:13:46 +01:00
parent 8bb984e61a
commit f24444a7b1
2 changed files with 27 additions and 6 deletions

View file

@ -68,7 +68,8 @@ typedef struct zip
EOCD* eocd;
} zip;
void find_cdh(raw* raw, zip* out);
void get_eocd(raw* raw, zip* out);
void get_cdh(raw* raw, zip* out);
void parse_zip(char* filename, zip* out);
#endif