-
-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Antonio Davide edited this page Feb 20, 2019
·
33 revisions
REDasm is an interactive disassembler written in C++ with Qt5 framework.
Its core (LibREDasm) is written in pure C++11 and it doesn't contains any Qt dependencies.
Folder | Description |
---|---|
database | REDasm's database |
depends | REDasm's 3rd party dependencies |
dialogs | Part of REDasm's UI |
models | Part of REDasm's UI |
redasm | REDasm's core APIs (LibREDasm) |
renderer | Qt Renderer (Listing & Graphs) |
res | Part of REDasm's UI |
theme | Part of REDasm's UI, theme is stored here |
unittest | REDasm's core APIs unit tests |
widgets | Part of REDasm's UI |
REDasm 2.0 Documentation (Draft)