From 55991abdd4f79f209ebfd0ac09e69e3a2792e9e0 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 7 Oct 2021 15:25:11 -0400 Subject: Add instruction index to createInferredMember --- ui/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/commands.h b/ui/commands.h index fabea073..05da1ba5 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -20,7 +20,7 @@ bool BINARYNINJAUIAPI askForNewType(QWidget* parent, BinaryViewRef data, Functio bool BINARYNINJAUIAPI inputNewType(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction, uint64_t currentAddr, size_t selectionSize, HighlightTokenState& highlight); bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight, - FunctionRef func, BNFunctionGraphType ilType); + FunctionRef func, BNFunctionGraphType ilType, size_t instrIndex); bool BINARYNINJAUIAPI createStructMembers(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight, FunctionRef func); -- cgit v1.3.1