From 64d041d11ddd2062166f79636389544ccffa422a Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 6 Jan 2023 12:24:21 -0500 Subject: Integrate Enum IntegerDisplayType, Add MetadataChoiceDialog --- ui/commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/commands.h') 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( -- cgit v1.3.1