summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-09-26 00:59:00 -0400
committerGlenn Smith <glenn@vector35.com>2024-10-14 16:58:56 -0400
commit8747681904104688158650354128100257896501 (patch)
tree8edcafc8905eb1b9df6f9b503779fe50e57181dd /binaryninjaapi.h
parent0076048355861138242269604010707434705113 (diff)
Expose Type::GetNameTypeString
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
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<Type> VarArgsType();
static Ref<Type> 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();