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

Method updateLines

python/examples/linear_mlil.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 return result
102
103 def updateLines(self):
104 self.setUpdatedLines(self.generateLines())
105
106 def navigate(self, addr):
107 # Find correct function based on most recent use

Callers 2

__init__Method · 0.95

Calls 1

generateLinesMethod · 0.95

Tested by

no test coverage detected