From 40d4ddeadf9110e6188532bc922571ffa9a1b6d9 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sat, 25 Apr 2026 23:14:42 -0400 Subject: Better toggling of integer display signedness. --- ui/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/util.h') diff --git a/ui/util.h b/ui/util.h index 9f5365ca..eb21b310 100644 --- a/ui/util.h +++ b/ui/util.h @@ -22,6 +22,7 @@ std::string BINARYNINJAUIAPI getStringForRegisterValue(ArchitectureRef arch, Bin std::string BINARYNINJAUIAPI getPossibleValueSetStateName(BNRegisterValueType state); std::string BINARYNINJAUIAPI getStringForIntegerValue(int64_t value); std::string BINARYNINJAUIAPI getStringForUIntegerValue(uint64_t value); +BNIntegerDisplayType BINARYNINJAUIAPI getInvertedIntegerDisplayType(BNIntegerDisplayType displayType, const std::string& text); std::string BINARYNINJAUIAPI getStringForPossibleValueSet(ArchitectureRef arch, const BinaryNinja::PossibleValueSet& values, bool pretty = true); std::string BINARYNINJAUIAPI getStringForInstructionDataflowDetails(BinaryViewRef data, ArchitectureRef arch, FunctionRef func, uint64_t address); std::optional BINARYNINJAUIAPI getPossibleValueSetForToken(View* view, BinaryViewRef data, ArchitectureRef arch, -- cgit v1.3.1