From 892a0729a587d3a4e8ac248e4eee8a73c7ccc5d1 Mon Sep 17 00:00:00 2001 From: kat Date: Wed, 24 Jul 2024 11:15:31 -0400 Subject: Add Platform::GetRelatedPlatforms --- binaryninjaapi.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a6e433a3..49f57fad 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -14803,6 +14803,11 @@ namespace BinaryNinja { Ref GetRelatedPlatform(Architecture* arch); void AddRelatedPlatform(Architecture* arch, Platform* platform); + /*! Get the list of related platforms for this platform + + \return A vector of Refs + */ + std::vector> GetRelatedPlatforms(); Ref GetAssociatedPlatformByAddress(uint64_t& addr); /*! Get the list of platform-specific types -- cgit v1.3.1