Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetPlatform
Method
GetPlatform
function.cpp:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
244
245
Ref<Platform> Function::GetPlatform() const
246
{
247
return new CorePlatform(BNGetFunctionPlatform(m_object));
248
}
249
250
251
Ref<Architecture> Function::GetArchitecture() const
Callers
11
GetExprText
Method · 0.45
GetFunctionTypeTokens
Method · 0.45
GetExprTextInternal
Method · 0.45
InitializeHeader
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
RecognizeLowLevelIL
Method · 0.45
RecognizeLowLevelIL
Method · 0.45
FunctionInliner
Function · 0.45
TailCallTranslation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected