summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-10-24 22:18:28 -0400
committerBrian Potchik <brian@vector35.com>2020-10-24 22:18:28 -0400
commit905382cc267cc1d0ee5e3c6e122819b869f46701 (patch)
tree1c8b911942d53c4c0a149f5a188874b7c158501e /ui/commands.h
parent798ff5b7e7b2de73d70017ddb0fc5e52150d9584 (diff)
PossibleValueSet dialog pulls existing values and miscellaneous cleanup.
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/commands.h b/ui/commands.h
index d033fd21..d0e8b981 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -23,7 +23,7 @@ bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data,
FunctionRef func, BNFunctionGraphType type);
bool BINARYNINJAUIAPI inputPossibleValueSet(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction,
- HighlightTokenState& highlight, uint64_t defSiteAddress);
+ HighlightTokenState& highlight, uint64_t defSiteAddress, size_t ilInstructionIndex = BN_INVALID_EXPR);
bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch,
uint64_t addr, size_t len, const BinaryNinja::DataBuffer& buffer);