Trigger virus if size mismatch

This commit is contained in:
atxr 2024-02-28 03:21:41 +01:00
parent c06790d5e0
commit 321daf3ac8
2 changed files with 2 additions and 18 deletions

View file

@ -21,10 +21,6 @@ bool detect_overlaps(zip zip);
bool scan_decoded_files(zip zip);
bool scan_zip(char* zip_data, int zip_size);
// todo complete this list
static const char* blocklist[] = {"Mimikatz.exe", "linpeas.sh", "winPEAS.bat"};
static const int blocklist_size = sizeof(blocklist) / sizeof(char*);
static const char* sigs[] = {
"\x7f"
"ELF",