From 8747681904104688158650354128100257896501 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 26 Sep 2024 00:59:00 -0400 Subject: Expose Type::GetNameTypeString --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index feb15aa5..7bbd2d48 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8956,6 +8956,8 @@ namespace BinaryNinja { static Ref VarArgsType(); static Ref ValueType(const std::string& value); + static std::string GetNameTypeString(BNNameType classFunctionType); + static std::string GenerateAutoTypeId(const std::string& source, const QualifiedName& name); static std::string GenerateAutoDemangledTypeId(const QualifiedName& name); static std::string GetAutoDemangledTypeIdSource(); -- cgit v1.3.1