Skip to content

dctf/shellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just shellcodes i use when ctf:ing

64 bit:

compile with:

nasm -f elf64 64sh.asm

ld -N -s 64sh.o -o 64sh

./64sh

or if you just want the bytecode

nasm 64sh.asm

python sc.py 64sh

32bit:

nasm -f elf 32sh.asm

ld -N -s 32sh.o -o 32sh

./32sh

or if you just want the bytecode

nasm 32sh.asm

python sc.py 32sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published