MCPcopy 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
30def initialize():
31 """
32 Initialize the Enterprise Client
33 """
34 if not core.BNInitializeEnterpriseServer():
35 raise RuntimeError(last_error())
36
37
38def connect():

Callers 2

connectFunction · 0.85
acquireMethod · 0.85

Calls 1

last_errorFunction · 0.85

Tested by

no test coverage detected