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

Method SetDefaultArchitecture

binaryview.cpp:2029–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027
2028
2029void BinaryView::SetDefaultArchitecture(Architecture* arch)
2030{
2031 if (arch)
2032 BNSetDefaultArchitecture(m_object, arch->GetObject());
2033 else
2034 BNSetDefaultArchitecture(m_object, nullptr);
2035}
2036
2037
2038Ref<Platform> BinaryView::GetDefaultPlatform() const

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected