diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-10-07 15:25:11 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-10-07 15:25:15 -0400 |
| commit | 55991abdd4f79f209ebfd0ac09e69e3a2792e9e0 (patch) | |
| tree | 34e492a2b7f08a0cd910fc0466708ee060b03fa1 | |
| parent | 5f1670ce4588612b06b383aaecdb21d1c6f31ddf (diff) | |
Add instruction index to createInferredMember
| -rw-r--r-- | ui/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
