shellcode_tools
shellcode_tools copied to clipboard
shellcode2exe.py: error: invalid \x escape
The module InlineEgg is installed but when I tried run, I am get this error:
shellcode2exe.py: error: invalid \x escape
Command I am using:
python shellcode2exe.py -c '\x54\x50\x56\x6a\x77....'
(e.g with partial string)
Judging from the error it sounds like your shellcode string is wrong...