Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ compare
Method
compare
python/lineardisassembly.py:662–663 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
660
661
@staticmethod
662
def
compare(a, b):
663
return
core.BNCompareLinearViewCursors(a.handle, b.handle)
664
665
@property
666
def
render_layers(self) -> List[
'binaryninja.RenderLayer'
]:
Callers
10
main
Function · 0.45
__eq__
Method · 0.45
__ne__
Method · 0.45
__lt__
Method · 0.45
__le__
Method · 0.45
__gt__
Method · 0.45
__ge__
Method · 0.45
__cmp__
Method · 0.45
ProcessVFT
Method · 0.45
ProcessVFT
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected