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

Method GetStandalonePlatform

architecture.cpp:1390–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388
1389
1390Ref<Platform> Architecture::GetStandalonePlatform()
1391{
1392 return new CorePlatform(BNGetArchitectureStandalonePlatform(m_object));
1393}
1394
1395
1396vector<Ref<TypeLibrary>> Architecture::GetTypeLibraries()

Callers 9

RegisterArmArchitectureFunction · 0.80
mainFunction · 0.80
GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80
mainFunction · 0.80
InitializeHeaderMethod · 0.80
InitMethod · 0.80
mainFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected