Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
Ref<BinaryView> Function::GetView() const
240
{
241
return new BinaryView(BNGetFunctionData(m_object));
242
}
243
244
245
Ref<Platform> Function::GetPlatform() const
Callers
15
GetInstructionLowLevelIL
Method · 0.45
AppendPointerTextToken
Method · 0.45
GetFieldType
Method · 0.45
GetFieldDisplayType
Method · 0.45
AppendFieldTextTokens
Method · 0.45
GetExprText
Method · 0.45
AppendPointerTextToken
Method · 0.45
GetFieldType
Method · 0.45
GetFieldDisplayType
Method · 0.45
AppendFieldTextTokens
Method · 0.45
GetExprTextInternal
Method · 0.45
AnalyzeStubFunction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected