diff options
| author | Peter LaFosse <peter@vector35.com> | 2020-04-24 14:06:45 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2020-04-25 14:24:02 -0400 |
| commit | 8947d620ff982ac5a40e925cce5d95637618a688 (patch) | |
| tree | bb0f01643ac4ecb81ba87277b4fa0088a6e31f2b /binaryninjaapi.h | |
| parent | 38fcbfcf6eac86e8191667d5cabc467f6ee48579 (diff) | |
Add GetDisplayStringForInteger API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bcc4b0cc..7a864b58 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5225,6 +5225,7 @@ __attribute__ ((format (printf, 1, 2))) bool hasAutoAnnotations, const std::string& leadingSpaces=" ", const std::string& indentSpaces=""); + static std::string GetDisplayStringForInteger(Ref<BinaryView> binaryView, BNIntegerDisplayType type, uint64_t value, size_t inputWidth); }; struct LinearViewObjectIdentifier |
