MCPcopy 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
245Ref<Platform> Function::GetPlatform() const
246{
247 return new CorePlatform(BNGetFunctionPlatform(m_object));
248}
249
250
251Ref<Architecture> Function::GetArchitecture() const

Callers 11

GetExprTextMethod · 0.45
GetFunctionTypeTokensMethod · 0.45
GetExprTextInternalMethod · 0.45
InitializeHeaderMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
RecognizeLowLevelILMethod · 0.45
RecognizeLowLevelILMethod · 0.45
FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected