REDasm

The OpenSource Disassembler

GPL-3.0 License

Stars
1.5K
Committers
9

Features

REDasm is still under heavy development, currently is supports:

  • C++ and Python 3 Plugins
  • Multithreaded analysis
  • Binary lifting and intermediate language analysis (RDIL)
  • Loaders
    • Portable Executable (with VB decompilation)
    • ELF
    • XBox 1
    • PS1
  • Assemblers
    • x86 and x86_64
    • MIPS
    • ARM64
    • ARM (WIP)
  • More features are under development!

Requirements

  • CMake 3.12
  • C++17 compiler (tested on GCC 10.x and MSVC2019)
  • Qt 5.12

Building from source

Read here

Thanks to

  • MiniZ : ZLib's drop in replacement
  • TaoJSON: C++ header-only JSON library
  • UndName: MSVC Demangler
  • Libiberty: Binutils Demangler
  • Zydis: Fast and lightweight x86/x86-64 disassembler library
  • Capstone: Disassembler Framework

License

  • LibREDasm is released under GNU LGPL3 License
  • REDasm is released under GNU GPL3 License