Classes | |
| class | CompileDialog |
Enumerations | |
| enum | CompileMode { CompileStandalone , CompilePatch } |
| class CompileDialog |
Public Member Functions | |
| CompileDialog (QWidget *parent, BinaryViewRef data, uint64_t addr, CompileMode mode, const QString &code="") | |
| ArchitectureRef | getArchitecture () |
| const BinaryNinja::DataBuffer & | getBytes () const |
Protected Member Functions | |
| virtual void | accept () override |
| CompileDialog::CompileDialog | ( | QWidget * | parent, |
| BinaryViewRef | data, | ||
| uint64_t | addr, | ||
| CompileMode | mode, | ||
| const QString & | code = "" ) |
| ArchitectureRef CompileDialog::getArchitecture | ( | ) |
|
inline |
|
overrideprotectedvirtual |
| enum CompileMode |