phra / PEzor

Open-Source Shellcode & PE Packer

Home Page:https://iwantmore.pizza/posts/PEzor.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"data" is not recognized as valid shellcode

phra opened this issue · comments

PEzor/PEzor.sh

Line 244 in 8e19910

if [ ! $IS_SHELLCODE ]; then
has to to changed to:

if [ $IS_SHELLCODE = false ]; then