Scan zip for multiple threats

This commit is contained in:
atxr 2024-02-23 18:02:03 +01:00
parent a38b5d4ec4
commit 88becd6097
4 changed files with 168 additions and 37 deletions

View file

@ -9,7 +9,8 @@
#define EOCD_SIG "PK\05\06"
#define LFH_SIG "PK\03\04"
#define CDH_SIG "PK\01\02"
#define DEFLATE 8
#define COMP_NONE 0
#define COMP_DEFLATE 8
#define END_OF_BLOCK 256