()
| 223 | } |
| 224 | |
| 225 | pub fn initialize_server() -> bool { |
| 226 | unsafe { binaryninjacore_sys::BNInitializeEnterpriseServer() } |
| 227 | } |
| 228 | |
| 229 | pub fn server_last_error() -> BnString { |
| 230 | unsafe { BnString::from_raw(binaryninjacore_sys::BNGetEnterpriseServerLastError()) } |
no outgoing calls
no test coverage detected