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

Method getData

python/examples/triage/byte.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 self.actionHandler().bindAction("Extend Selection to End of View", UIAction(lambda ctxt: self.moveToEndOfView(True)))
118
119 def getData(self):
120 return self.data
121
122 def getStart(self):
123 return self.data.start

Callers 3

notifyViewChangedMethod · 0.45
notifyViewChangedMethod · 0.45
updateStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected