Shellcode Helper v1.51 Coded by TeLeMan (c) 2008-2011
Usage: schelper [options]
Options:
-i [input file] input file (Default: stdin)
-o [output file] output file (Default: stdout)
-s <format> input file format (Default: Auto-Detection)
-sb input file format is Binary
-sp <paras> the input file format's parameters
-d <format> output file format (Default: C format)
-db output file format is Binary
-dp <paras> the output file format's parameters
-off <offset> convert the input file from the offset (Default: 0)
-len <length> convert the input file with the length (Default: 0 - MAX)
-en [encoder] encode shellcode (Default: XorDword)
-de [encoder] decode shellcode (Default: Auto-Detection)
-ex <chars> exclude characters: e.g. 0x00,0x01-0x1F,0xFF (Default: 0x00)
-in <chars> incude characters only
-ep <paras> the encoder's parameters
-t [pid] execute or inject shellcode into process for testing
-td [pid] execute or inject shellcode into process for debugging
-stack put shellcode into stack and execute it (ESP is the shellcode start)
-noinfo display no normal messages except error messages