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

Method GetView

function.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239Ref<BinaryView> Function::GetView() const
240{
241 return new BinaryView(BNGetFunctionData(m_object));
242}
243
244
245Ref<Platform> Function::GetPlatform() const

Callers 15

GetFieldTypeMethod · 0.45
GetFieldDisplayTypeMethod · 0.45
AppendFieldTextTokensMethod · 0.45
GetExprTextMethod · 0.45
GetFieldTypeMethod · 0.45
GetFieldDisplayTypeMethod · 0.45
AppendFieldTextTokensMethod · 0.45
GetExprTextInternalMethod · 0.45
AnalyzeStubFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected