diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
| commit | 6dc73b519845a361327f5923ca30552d48d21201 (patch) | |
| tree | 793672aebf30e0a9e67075bc9cbed4c5ad6b747b /ui/commands.h | |
| parent | 8f7901c4709826acc0e53aeea4442b1fb9a25876 (diff) | |
Add multiselect and keyboard navigation to graph view
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( |
