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

Function initialize_server

rust/src/enterprise.rs:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223}
224
225pub fn initialize_server() -> bool {
226 unsafe { binaryninjacore_sys::BNInitializeEnterpriseServer() }
227}
228
229pub fn server_last_error() -> BnString {
230 unsafe { BnString::from_raw(binaryninjacore_sys::BNGetEnterpriseServerLastError()) }

Callers 3

license_locationFunction · 0.85
checkout_licenseFunction · 0.85
release_licenseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected