diff options
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/commands.h b/ui/commands.h index cdbf16ff..d033fd21 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -22,6 +22,9 @@ bool BINARYNINJAUIAPI inputNewType(QWidget* parent, BinaryViewRef data, Function bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight, FunctionRef func, BNFunctionGraphType type); +bool BINARYNINJAUIAPI inputPossibleValueSet(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction, + HighlightTokenState& highlight, uint64_t defSiteAddress); + bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch, uint64_t addr, size_t len, const BinaryNinja::DataBuffer& buffer); bool BINARYNINJAUIAPI overwriteCode(BinaryViewRef data, ArchitectureRef arch, @@ -33,4 +36,4 @@ StructureRef BINARYNINJAUIAPI getInnerMostStructureContainingOffset(BinaryViewRe const std::vector<std::string>& nameList, size_t nameIndex, size_t& offset, TypeRef& type, std::string& typeName); // Auto generate a structure name -std::string BINARYNINJAUIAPI createStructureName(BinaryViewRef data);
\ No newline at end of file +std::string BINARYNINJAUIAPI createStructureName(BinaryViewRef data); |
