Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 214 Bytes

Usage

  • arm-none-eabi-objdump -SD -j .text BINARY.elf | python3 ~/objdump2html/objdump2html.py > out.html
  • Open out.html in browser

Limitations

Currently only supports ARM objdump outputs.