Decompiler¶
-
class
Decompiler
: public QObject¶ Implements a decompiler that can be registered using IaitoCore::registerDecompiler()
Subclassed by R2DecDecompiler, R2GhidraCmdDecompiler, R2pdcCmdDecompiler, R2retdecDecompiler
Public Functions
-
Decompiler
(const QString &id, const QString &name, QObject *parent = nullptr)¶
-
~Decompiler
() = default¶
-
QString
getId
() const¶
-
QString
getName
() const¶
-
bool
isRunning
()¶
-
bool
isCancelable
()¶
-
void
decompileAt
(RVA addr) = 0¶
-
void
cancel
()¶
Signals
-
void
finished
(RCodeMeta *codeDecompiled)¶
Public Static Functions
-
RCodeMeta *
makeWarning
(QString warningMessage)¶
-