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

Function connect

python/enterprise.py:38–45  ·  view source on GitHub ↗

Connect to the Enterprise Server.

()

Source from the content-addressed store, hash-verified

36
37
38def connect():
39 """
40 Connect to the Enterprise Server.
41 """
42 if not is_initialized():
43 initialize()
44 if not core.BNConnectEnterpriseServer():
45 raise RuntimeError(last_error())
46
47
48def is_connected() -> bool:

Callers 15

authenticate_with_methodFunction · 0.85
authentication_methodsFunction · 0.85
server_nameFunction · 0.85
server_idFunction · 0.85
server_versionFunction · 0.85
server_build_idFunction · 0.85
acquireMethod · 0.85
initImageTableMethod · 0.85
initSymbolTableMethod · 0.85
loadImagesWithAddrMethod · 0.85

Calls 3

is_initializedFunction · 0.85
initializeFunction · 0.85
last_errorFunction · 0.85

Tested by

no test coverage detected