| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
xorencode.c - XOR encode your shellcode.
Generates two files - xorshellcode.asm and xorshellcode.c
- xorshellcode.c is a C file that can be compiled and executed to test your shellcode.
- xorshellcode.asm is an assembly file to be used in your exploit.
Usage:
make
make clean Usage without Makefile:
gcc xorencode.c -o xorencode
./xorencodeTest your shellcode after it is generated:
gcc -g -z execstack -fno-stack-protector -no-pie xorshellcode.c -o xorshellcode
./xorshellcode| Back | FazBrowse Home | New Git URL |