/hex2asm

Hexcode (Shellcode) To ASM Converter

Primary LanguagePython

Hex to ASM

Shellcode to ASM Converter

SUPPORTED ARCHS : ARM, ARM64, MIPS, PPC, X86

Requirements

pip install capstone==3.0.4

Usage

shellcode = "\x90\x90\x90" --> Change here from your shellcode

python2 hex2asm.py 64 x86