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

Class ByteViewLine

python/examples/triage/byte.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class ByteViewLine(object):
17 def __init__(self, addr, length, text, separator):
18 self.address = addr
19 self.length = length
20 self.text = text
21 self.separator = separator
22
23
24class ByteView(QAbstractScrollArea, View):

Callers 1

createLineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected