diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-04-26 16:00:39 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-04-26 16:01:06 -0400 |
| commit | 53a70331a59b0971761ffa43edd6bf18576cb401 (patch) | |
| tree | 2ea8e833340b38364f5488901518eba3dafeacc6 /ui/util.h | |
| parent | 18af966482b9475fa8fc9ee9baa1ade9f3e6b71f (diff) | |
Fix display of possible values in uidf dialog
Diffstat (limited to 'ui/util.h')
| -rw-r--r-- | ui/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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); -std::string BINARYNINJAUIAPI getStringForPossibleValueSet(ArchitectureRef arch, const BinaryNinja::PossibleValueSet& values); +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, FunctionRef func, HighlightTokenState token, size_t instrIdx); |
