Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.51 KB

File metadata and controls

32 lines (24 loc) · 1.51 KB

REDasm: The OpenSource Disassembler

REDasm is a free and open source disassembler designed for hobbyists and professional reverse engineers.

Repositories

  • redasm: GUI (written in C++17 & Qt6)
  • core: Engine, written in C17

Plugin ecosystem

Repository Description
loaders File format parsers (PE, ELF, PS1, Xbox, ...)
processors CPU architectures (x86, MIPS, ...)
analyzers Post-analysis passes
commands Disassembler-wide commands

Knowledge Base

All type definitions, function signatures and ordinal mappings are stored in the kb repository as TOML.

Want to build REDasm from source?

The workspace repo is your starting point.

CI Nightly