Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ initialize
Function
initialize
python/enterprise.py:30–35 ·
view source on GitHub ↗
Initialize the Enterprise Client
()
Source
from the content-addressed store, hash-verified
28
29
30
def
initialize():
31
""
"
32
Initialize the Enterprise Client
33
""
"
34
if
not core.BNInitializeEnterpriseServer():
35
raise
RuntimeError(last_error())
36
37
38
def
connect():
Callers
2
connect
Function · 0.85
acquire
Method · 0.85
Calls
1
last_error
Function · 0.85
Tested by
no test coverage detected