From c34409b32940ea37dac2b502e6ad354343440bc8 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 25 Jun 2020 21:46:22 -0400 Subject: Support inferring structure members from other IL types --- ui/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/commands.h') 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); -- cgit v1.3.1