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

Method GetArchitecture

platform.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203Ref<Architecture> Platform::GetArchitecture() const
204{
205 return new CoreArchitecture(BNGetPlatformArchitecture(m_object));
206}
207
208
209string Platform::GetName() const

Callers 15

DumpMethod · 0.45
CopyToMethod · 0.45
formatMethod · 0.45
DumpMethod · 0.45
CopyToMethod · 0.45
formatMethod · 0.45
QueryBoardNamesMethod · 0.45
QueryDevicesForBoardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected