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

Method __init__

python/examples/linear_mlil.py:28–34  ·  view source on GitHub ↗
(self, parent, data)

Source from the content-addressed store, hash-verified

26
27class LinearMLILView(TokenizedTextView):
28 def __init__(self, parent, data):
29 super(LinearMLILView, self).__init__(parent, data)
30 self.data = data
31 self.function = data.entry_function
32 if self.function is not None:
33 self.setFunction(self.function)
34 self.updateLines()
35
36 def generateLines(self):
37 if self.function is None:

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

updateLinesMethod · 0.95

Tested by

no test coverage detected