summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-01-13 20:35:50 -0500
committerRusty Wagner <rusty@vector35.com>2020-02-04 13:59:10 -0500
commitc34ac521dd6022d522053712833943c699bedb3f (patch)
tree2a3e345b65ee506cb6380c317d427157f536d04a /binaryninjacore.h
parentbb1fe1d4b3956f92810c107a35355d2622209c99 (diff)
Add registered name to type objects
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
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);