diff options
| author | kat <kat@vector35.com> | 2023-01-06 12:24:21 -0500 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2023-01-10 08:20:54 -0500 |
| commit | 64d041d11ddd2062166f79636389544ccffa422a (patch) | |
| tree | 41a8853e50bddb5e21e5ad4666e806760d0a9299 /ui/commands.h | |
| parent | c14db13ccfedf2e4f5e1fed02bd2217bebe7f1e2 (diff) | |
Integrate Enum IntegerDisplayType, Add MetadataChoiceDialog
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 3 |
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( |
