shellcode_tools icon indicating copy to clipboard operation
shellcode_tools copied to clipboard

Miscellaneous tools written in Python, mostly centered around shellcodes.

Results 2 shellcode_tools issues
Sort by recently updated
recently updated
newest added

Since inlineegg has limitations for exe files.

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...