Open sec13b opened 1 week ago
with what AV/EDR have you used in , to see if do the evasion
kali 2024
└─$ make all gcc -Wall -O2 -c main.c -o main.o main.c:4:10: fatal error: utils.h: No such file or directory 4 | #include "utils.h" // Include funcțiile utilitare | ^~~~~~~~~ compilation terminated. make: *** [Makefile:31: main.o] Error 1
MinGW packages should include all Windows headers , correct?
sudo apt-get install mingw-w64 sudo apt-get install nlohmann-json3-dev
└─$ nasm --version NASM version 2.16.03
gcc --version gcc (Debian 14.2.0-6) 14.2.0
dpkg -L $(dpkg -l | awk '{print $2}' |grep -E 'libstdc++.*dev')
test.txt
with what AV/EDR have you used in , to see if do the evasion
kali 2024
MinGW packages should include all Windows headers , correct?