From c34ac521dd6022d522053712833943c699bedb3f Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 13 Jan 2020 20:35:50 -0500 Subject: Add registered name to type objects --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 2d531c33..04793b09 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3587,6 +3587,7 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI BNMemberAccessWithConfidence BNTypeGetMemberAccess(BNType* type); BINARYNINJACOREAPI BNOffsetWithConfidence BNGetTypeStackAdjustment(BNType* type); BINARYNINJACOREAPI BNQualifiedName BNTypeGetStructureName(BNType* type); + BINARYNINJACOREAPI BNNamedTypeReference* BNGetRegisteredTypeName(BNType* type); BINARYNINJACOREAPI char* BNGetTypeString(BNType* type, BNPlatform* platform); BINARYNINJACOREAPI char* BNGetTypeStringBeforeName(BNType* type, BNPlatform* platform); -- cgit v1.3.1