govolution / avet

AntiVirus Evasion Tool
GNU General Public License v3.0
1.64k stars 333 forks source link

Unable to run ./format.sh command #2

Closed mgraf2 closed 7 years ago

mgraf2 commented 7 years ago

I created the sh.txt file using msfvenom, but when I run the ./format.sh script I get the following error:

image

I used Kali 2.0 and installed tdm-gcc per instructions.

Thanks,

govolution commented 7 years ago

Maybe you use 32bit kali? Try to compile sh_format.c with: gcc -o sh_format sh_format.c For the next step you need further to compile make_avet again: gcc -o make_avet make_avet.c

mgraf2 commented 7 years ago

I was using 32bit kali, I did recompile both, and worked thanks!