Skip to content

osirislab/dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Programmatic disassembly and patching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published