Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
def
main(bv):
41
MyPlugin(bv).start()
42
43
44
PluginCommand.register(
'My plugin'
,
'My plugin description'
, main)
Callers
nothing calls this directly
Calls
2
MyPlugin
Class · 0.85
start
Method · 0.45
Tested by
no test coverage detected