phra / PEzor

Open-Source Shellcode & PE Packer
https://iwantmore.pizza/posts/PEzor.html
GNU General Public License v3.0
1.81k stars 320 forks source link

"data" is not recognized as valid shellcode #59

Closed phra closed 2 years ago

phra commented 2 years ago

https://github.com/phra/PEzor/blob/8e1991056da5b20978c5cf67d07c559b280af6f9/PEzor.sh#L244 has to to changed to:

if [ $IS_SHELLCODE = false ]; then
phra commented 2 years ago

Fixed by #60