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

Method run

python/plugin.py:1081–1082  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1079 self.thread = _Thread(self)
1080
1081 def run(self):
1082 pass
1083
1084 def start(self):
1085 self.thread.start()

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected