MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / AddRelatedPlatform

Method AddRelatedPlatform

platform.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528
529void Platform::AddRelatedPlatform(Architecture* arch, Platform* platform)
530{
531 BNAddRelatedPlatform(m_object, arch->GetObject(), platform->GetObject());
532}
533
534
535std::vector<Ref<Platform>> Platform::GetRelatedPlatforms()

Callers 7

RegisterArmArchitectureFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected