diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-04-25 23:14:42 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-04-29 22:36:55 -0400 |
| commit | 40d4ddeadf9110e6188532bc922571ffa9a1b6d9 (patch) | |
| tree | f77fddf53c6d1020f39d72c287761a3e4ce070c0 /ui/util.h | |
| parent | 117f847d34011695b2260c4ee00894fb8cd39a4c (diff) | |
Better toggling of integer display signedness.
Diffstat (limited to 'ui/util.h')
| -rw-r--r-- | ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSetForToken(View* view, BinaryViewRef data, ArchitectureRef arch, |
