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

Method GetDefaultArchitecture

binaryview.cpp:2020–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2018
2019
2020Ref<Architecture> BinaryView::GetDefaultArchitecture() const
2021{
2022 BNArchitecture* arch = BNGetDefaultArchitecture(m_object);
2023 if (!arch)
2024 return nullptr;
2025 return new CoreArchitecture(arch);
2026}
2027
2028
2029void BinaryView::SetDefaultArchitecture(Architecture* arch)

Callers 15

LoadCategoriesMethod · 0.80
LoadProtocolsMethod · 0.80
ProcessObjCDataMethod · 0.80
ParseSymbolTableMethod · 0.80
InitMethod · 0.80
ApplySymbolFunction · 0.80
DemangledNameMethod · 0.80
DemangledNameMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected