Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 335 Bytes

Dispatch

Programmatic binary disassembly and patching

Features

  • Support for all 3 common executable formats (ELF, MachO, PE)
  • Support for x86(-64) and ARM (including AArch64)
    • MIPS eventually

Quick Example

import dispatch
ex = dispatch.read_executable('/bin/cat')
ex.analyze()
print ex.functions