Skip to content

chivay/shellcodez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellcodez

making headerless PIEs 🍰 for fun and no profit.

Supported shellcodez:

  • execve - spawn /bin/sh
  • revshell - connect to target and spawn /bin/sh

Output file sizes:

124 execve-aarch64.bin
 90 execve-x86_64.bin

256 revshell-aarch64.bin
189 revshell-x86_64.bin

Another ~40B can be shaved off by disabling .bss zeroing. Although far from shortest possible shellcodes, they unlock the ability to use Zig standard library.

About

Zig-based shellcode builder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published