diff options
| author | kat <kat@vector35.com> | 2024-07-24 11:15:31 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2024-07-24 11:30:01 -0400 |
| commit | 892a0729a587d3a4e8ac248e4eee8a73c7ccc5d1 (patch) | |
| tree | 318cd5a947b4c1feb9ca84c92f3a457338eeb93d /binaryninjacore.h | |
| parent | dfca98643532126fa78999192900d37b654e46ff (diff) | |
Add Platform::GetRelatedPlatforms
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 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); |
