summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h
index b0ed34be..fb4a1ba2 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -33,6 +33,9 @@ bool BINARYNINJAUIAPI createStructMembers(
bool BINARYNINJAUIAPI inputPossibleValueSet(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction,
HighlightTokenState& highlight, uint64_t defSiteAddress, size_t ilInstructionIndex = BN_INVALID_EXPR);
+bool BINARYNINJAUIAPI getEnumSelection(QWidget* parent, BinaryViewRef data, FunctionRef func, uint64_t constValue,
+ TypeRef& selectedEnum, bool checkValue, bool canTruncate);
+
bool BINARYNINJAUIAPI overwriteCode(
BinaryViewRef data, ArchitectureRef arch, uint64_t addr, size_t len, const BinaryNinja::DataBuffer& buffer);
bool BINARYNINJAUIAPI overwriteCode(