Skip to content

Instantly share code, notes, and snippets.

View AWilliams17's full-sized avatar
🟣

Austin Williams AWilliams17

🟣
View GitHub Profile
@AWilliams17
AWilliams17 / shellparse.py
Created December 20, 2018 17:05
Quickly thrown together shellcode parsing script
"""
Usage:
-First assemble the .asm file eg (nasm -f elf test.asm)
-Then objdump the object file eg (objdump -d -M intel test.o)
-Execute the script with the bytecode you want parsed eg:
---------------------------------
python3.7 'ShellParse.py' "31 c0
50
68 2f 2f 73 68
68 2f 62 69 6e