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

Function is_connected

python/enterprise.py:48–54  ·  view source on GitHub ↗

Determine if the Enterprise Server is currently connected. :return: True if connected

()

Source from the content-addressed store, hash-verified

46
47
48def is_connected() -> bool:
49 """
50 Determine if the Enterprise Server is currently connected.
51
52 :return: True if connected
53 """
54 return core.BNIsEnterpriseServerConnected()
55
56
57def authenticate_with_credentials(username: str, password: str, remember: bool = True):

Callers 9

authenticate_with_methodFunction · 0.85
authentication_methodsFunction · 0.85
deauthenticateFunction · 0.85
server_nameFunction · 0.85
server_idFunction · 0.85
server_versionFunction · 0.85
server_build_idFunction · 0.85
acquireMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected