Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ run
Method
run
python/examples/update_analysis.py:36–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
self.bv = bv
35
36
def
run(self):
37
# Do stuff
38
self.bv.update_analysis_and_wait()
39
40
def
main(bv):
41
MyPlugin(bv).start()
Callers
nothing calls this directly
Calls
1
update_analysis_and_wait
Method · 0.45
Tested by
no test coverage detected