MCPcopy 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

mainFunction · 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
ProcessVFTMethod · 0.45
ProcessVFTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected