Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ LinearViewCursor
Method
LinearViewCursor
linearviewcursor.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
LinearViewCursor::LinearViewCursor(LinearViewObject* root)
28
{
29
m_object = BNCreateLinearViewCursor(root->GetObject());
30
}
31
32
33
LinearViewCursor::LinearViewCursor(BNLinearViewCursor* cursor)
Callers
2
get_linear_disassembly_position_at
Method · 0.80
__iter__
Method · 0.80
Calls
1
GetObject
Method · 0.45
Tested by
no test coverage detected