Skip to content

devdevg00se/shellcode_to_elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Shellcode to ELF

Python script to generate valid 32 bit ELF to run x86 shellcode without compiler

Replace the buf variable in the Python script with your Linux x86 shellcode

Valid ELF headers are based off the ones used here: https://dacvs.neocities.org/handmade

p_filesz and p_memsz are dynamically populated based on the shellcode size

About

Python script to generate valid 32 bit ELF to run x86 shellcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages