From 8947d620ff982ac5a40e925cce5d95637618a688 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 24 Apr 2020 14:06:45 -0400 Subject: Add GetDisplayStringForInteger API --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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, BNIntegerDisplayType type, uint64_t value, size_t inputWidth); }; struct LinearViewObjectIdentifier -- cgit v1.3.1