summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2020-04-24 14:06:45 -0400
committerPeter LaFosse <peter@vector35.com>2020-04-25 14:24:02 -0400
commit8947d620ff982ac5a40e925cce5d95637618a688 (patch)
treebb0f01643ac4ecb81ba87277b4fa0088a6e31f2b /binaryninjaapi.h
parent38fcbfcf6eac86e8191667d5cabc467f6ee48579 (diff)
Add GetDisplayStringForInteger API
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
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