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

Function main

python/examples/update_analysis.py:40–41  ·  view source on GitHub ↗
(bv)

Source from the content-addressed store, hash-verified

38 self.bv.update_analysis_and_wait()
39
40def main(bv):
41 MyPlugin(bv).start()
42
43
44PluginCommand.register('My plugin', 'My plugin description', main)

Callers

nothing calls this directly

Calls 2

MyPluginClass · 0.85
startMethod · 0.45

Tested by

no test coverage detected