Track LF offsets

This commit is contained in:
atxr 2024-02-21 16:15:51 +01:00
parent 50293f18e0
commit 01c55375f9
2 changed files with 18 additions and 2 deletions

View file

@ -86,6 +86,8 @@ typedef struct zip
char* cd;
CDH** cdh;
LFH** lfh;
unsigned int* lfh_off;
unsigned int entries;
EOCD* eocd;
} zip;