shellcode_tools icon indicating copy to clipboard operation
shellcode_tools copied to clipboard

shellcode2exe.py: error: invalid \x escape

Open Soufraz opened this issue 9 years ago • 1 comments

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)

Soufraz avatar Oct 24 '15 08:10 Soufraz

Judging from the error it sounds like your shellcode string is wrong...

MarioVilas avatar Oct 26 '15 10:10 MarioVilas