GitHub - Lexsek/Shellcoding: Stuff related to shellcoding (shellcodes, tools, examples, tutorials) | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Lexsek/Shellcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcoding

Stuff related to shellcoding (shellcodes, tools, examples, tutorials)

Cheatsheet

32 bits ELF

Calling convention

Syscall in EAX

Arguments : EBX, ECX, EDX, ESI, EDI, EBP

Return value in EAX

syscall with int 0x80

64 bits ELF

Calling convention

Syscall in RAX

Arguments : RDI, RSI, RDX, R10, R9, R8

Return value in RAX

syscall with syscall

Calling convention

Tools

dump_shellcode.sh

Dumps a shellcode string from a valid ELF file using objdump

I recommend you creating an alias pointing to the dump_shellcode.sh

shellcode_executor.c

Executes a shellcode in C

Be careful about the fact that the shellcode is 32 or 64 bits.

32 bits shellcode

gcc -m32 shellcode_executor.c -o shellcode_32.elf

64 bits shellcode

gcc shellcode_executor.c -o shellcode_64.elf

shellcode_executor.py

Executes a shellcode in python

Usage :

./shellcode_executor.py

The file must contains the shellcode like this :

\xef\xbe\xad\xde

About

Stuff related to shellcoding (shellcodes, tools, examples, tutorials)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.