Skip to content

mrexodia/REDasm

 
 

Repository files navigation



REDasm is a cross platform disassembler with a modern codebase useful from the hobbist to the professional reverse engineer.
All features are provided by LibREDasm which loads plugins developed in C, C++ and Python3 (you can also support new languages if you want!) and an user friendly Qt frontend.
LibREDasm also provides a plain C API for maximum ABI compatibility along with a C++17 core.

Tested on Windows and Linux.

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 too)
    • ELF
    • PS1 Executables
  • Assemblers
    • x86 and x86_64
    • MIPS
    • ARM and ARM64 (WIP)
  • More features are under development!

Requirements

  • CMake 3.10
  • C++17 compiler (tested on GCC 9.x and MSVC2019)
  • Qt 5.15

Thanks to

License

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

About

The OpenSource Disassembler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.6%
  • CMake 1.8%
  • Other 1.6%