Skip to content

7etsuo/shellcode-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

shellcode-encoder

snowcra5h@icloud.com

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

Test your shellcode after it is generated:

gcc -g -z execstack -fno-stack-protector -no-pie xorshellcode.c -o xorshellcode
./xorshellcode

About

xorencode.c encode your shellcode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy