diff options
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h index 0bc7d8f2..dd088850 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -20,6 +20,8 @@ bool BINARYNINJAUIAPI inputNewType(QWidget* parent, BinaryViewRef data, Function uint64_t currentAddr, HighlightTokenState& highlight); bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch, + uint64_t addr, size_t len, const BinaryNinja::DataBuffer& buffer); +bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch, uint64_t addr, const BinaryNinja::DataBuffer& buffer); StructureRef BINARYNINJAUIAPI getInnerMostStructureContaining( |
