Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
Ref<Architecture> Platform::GetArchitecture() const
204
{
205
return new CoreArchitecture(BNGetPlatformArchitecture(m_object));
206
}
207
208
209
string Platform::GetName() const
Callers
15
Dump
Method · 0.45
CopyTo
Method · 0.45
format
Method · 0.45
Dump
Method · 0.45
CopyTo
Method · 0.45
format
Method · 0.45
QueryBoardNames
Method · 0.45
QueryDevicesForBoard
Method · 0.45
GetBoardDeviceAccesses
Method · 0.45
RecognizeELFPLTEntries0
Method · 0.45
RecognizeELFPLTEntries2
Method · 0.45
RecognizeELFPLTEntries
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected