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

Method GetDefaultPlatform

binaryview.cpp:2038–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036
2037
2038Ref<Platform> BinaryView::GetDefaultPlatform() const
2039{
2040 BNPlatform* platform = BNGetDefaultPlatform(m_object);
2041 if (!platform)
2042 return nullptr;
2043 return new CorePlatform(platform);
2044}
2045
2046
2047void BinaryView::SetDefaultPlatform(Platform* platform)

Callers 15

QueryBoardNamesMethod · 0.80
QueryDevicesForBoardMethod · 0.80
DemangleMethod · 0.80
DefineObjCSymbolMethod · 0.80
ApplyMethodTypeMethod · 0.80
InitializeHeaderMethod · 0.80
ParseSymbolTableMethod · 0.80
ApplyHeaderMethod · 0.80
ApplySymbolFunction · 0.80
TypeLibraryFromNameFunction · 0.80
IdentifyStubFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64