diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-09-26 00:59:00 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-10-14 16:58:56 -0400 |
| commit | 8747681904104688158650354128100257896501 (patch) | |
| tree | 8edcafc8905eb1b9df6f9b503779fe50e57181dd /binaryninjacore.h | |
| parent | 0076048355861138242269604010707434705113 (diff) | |
Expose Type::GetNameTypeString
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 23471a7b..a80f0a20 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -5915,6 +5915,7 @@ extern "C" BNRegisterSetWithConfidence* returnRegs, BNNameType ft, BNBoolWithConfidence* pure); BINARYNINJACOREAPI BNType* BNCreateVarArgsType(); BINARYNINJACOREAPI BNType* BNCreateValueType(const char* value); + BINARYNINJACOREAPI char* BNGetNameTypeString(BNNameType classFunctionType); BINARYNINJACOREAPI BNType* BNNewTypeReference(BNType* type); BINARYNINJACOREAPI BNType* BNDuplicateType(BNType* type); BINARYNINJACOREAPI char* BNGetTypeAndName(BNType* type, BNQualifiedName* name, BNTokenEscapingType escaping); |
