summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-06-25 21:46:22 -0400
committerRusty Wagner <rusty@vector35.com>2020-06-25 21:46:22 -0400
commitc34409b32940ea37dac2b502e6ad354343440bc8 (patch)
tree2fa78893a3440f3f38d473dd4b0d914956fb165f /ui/commands.h
parentf609ea22f31177777009263c3d41af3015b8c953 (diff)
Support inferring structure members from other IL types
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/commands.h b/ui/commands.h
index 0a591437..dee43c3a 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -18,7 +18,8 @@ bool BINARYNINJAUIAPI askForNewType(QWidget* parent, BinaryViewRef data, Functio
TypeRef& type, BinaryNinja::QualifiedName& name);
bool BINARYNINJAUIAPI inputNewType(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction,
uint64_t currentAddr, HighlightTokenState& highlight);
-bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight, FunctionRef func);
+bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight,
+ FunctionRef func, BNFunctionGraphType type);
bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch,
uint64_t addr, size_t len, const BinaryNinja::DataBuffer& buffer);