summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-03-15 20:51:48 -0400
committerGlenn Smith <glenn@vector35.com>2023-03-29 20:34:14 -0400
commit7977801957364139464406602038722124434273 (patch)
tree6ddcaba6992061f10932688a0dddafb8020953d4 /binaryninjacore.h
parent3911076326059945990138870942693848884934 (diff)
BinaryView::LookupImportedType*
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index d0d2955b..3e0f4f06 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4357,6 +4357,7 @@ extern "C"
BINARYNINJACOREAPI char* BNGetAutoDebugTypeIdSource(void);
BINARYNINJACOREAPI void BNRegisterPlatformTypes(BNBinaryView* view, BNPlatform* platform);
+ BINARYNINJACOREAPI bool BNLookupImportedTypePlatform(BNBinaryView* view, const BNQualifiedName* typeName, BNPlatform** platform, BNQualifiedName* resultName);
BINARYNINJACOREAPI void BNReanalyzeAllFunctions(BNBinaryView* view);
BINARYNINJACOREAPI void BNReanalyzeFunction(BNFunction* func, BNFunctionUpdateType type);
@@ -5250,6 +5251,8 @@ extern "C"
BNBinaryView* view, BNPlatform* tgtPlatform, uint64_t tgtAddr, BNTypeLibrary* lib, BNQualifiedName* name);
BINARYNINJACOREAPI bool BNBinaryViewLookupImportedObjectLibrary(
BNBinaryView* view, BNPlatform* tgtPlatform, uint64_t tgtAddr, BNTypeLibrary** lib, BNQualifiedName* name);
+ BINARYNINJACOREAPI bool BNBinaryViewLookupImportedTypeLibrary(
+ BNBinaryView* view, const BNQualifiedName* typeName, BNTypeLibrary** lib, BNQualifiedName* resultName);
// Language Representation
BINARYNINJACOREAPI BNLanguageRepresentationFunction* BNCreateLanguageRepresentationFunction(