Skip to content

Esonhugh/c-to-shellcode-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example shellcode development in linux x86_64

you can writing shellcode in c, and then compile it to shellcode directly.

and extra feature is debugging shellcode with gdb and c source code.

# writing shellcode in C
vim payload.c
# compile to shellcode
make
# run the shellcode
make run
# run with debugger
make debug

debug will launch pwndbg by default, so u can debug ur shellcode with your c source code like fallowing picture shows.

About

a linux shellcode dev project. directly compile the c into shellcode and debugging in it

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors