From 892a0729a587d3a4e8ac248e4eee8a73c7ccc5d1 Mon Sep 17 00:00:00 2001 From: kat Date: Wed, 24 Jul 2024 11:15:31 -0400 Subject: Add Platform::GetRelatedPlatforms --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index a55c6ff0..18bd2faf 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -6465,6 +6465,7 @@ extern "C" BINARYNINJACOREAPI BNPlatform* BNGetRelatedPlatform(BNPlatform* platform, BNArchitecture* arch); BINARYNINJACOREAPI void BNAddRelatedPlatform(BNPlatform* platform, BNArchitecture* arch, BNPlatform* related); + BINARYNINJACOREAPI BNPlatform** BNGetRelatedPlatforms(BNPlatform* platform, size_t* count); BINARYNINJACOREAPI BNPlatform* BNGetAssociatedPlatformByAddress(BNPlatform* platform, uint64_t* addr); BINARYNINJACOREAPI BNTypeContainer* BNGetPlatformTypeContainer(BNPlatform* platform); -- cgit v1.3.1