diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<Platform> GetRelatedPlatform(Architecture* arch); void AddRelatedPlatform(Architecture* arch, Platform* platform); + /*! Get the list of related platforms for this platform + + \return A vector of Ref<Platform>s + */ + std::vector<Ref<Platform>> GetRelatedPlatforms(); Ref<Platform> GetAssociatedPlatformByAddress(uint64_t& addr); /*! Get the list of platform-specific types |
