Skip to content

caidongyun/shellcoding

 
 

Repository files navigation

Shellcoding

Programs

Executing C-style hex-escaped string data on the stack.

Prebuilt binaries exist both for Windows and Linux.

Scripts

Extracting shellcode from binaries and / or constructing C source code for demonstration or testing.

Disassembling the given hex string using objdump.

Note that it relies on a unhex command, available at pattern.c, and the Z Shell must be installed due to the use of =().

For example:

./dishex64.sh cccccccc

Linux Shellcode

Windows Shellcode

About

Shellcode Development. Feb 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 30.1%
  • Assembly 26.8%
  • Makefile 16.9%
  • Shell 15.2%
  • Batchfile 11.0%