Add first draft of scan zip

This commit is contained in:
atxr 2024-02-21 16:16:12 +01:00
parent 01c55375f9
commit 527fe98054
2 changed files with 72 additions and 0 deletions

View file

@ -8,5 +8,6 @@
bool detect_overlaps(char* filename);
int get_uncompressed_size(zip* in);
bool scan_zip(char* zip_data, int zip_size);
#endif