summaryrefslogtreecommitdiff
path: root/enterprise.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-06-12 21:59:50 -0400
committerAlexander Taylor <alex@vector35.com>2024-06-26 09:47:42 -0400
commit015bb4fa79d01a1e2d4887cba96d150c7e1dd3bb (patch)
tree8333733fca03ec373b63d7390096db986e0b8a3f /enterprise.h
parent17435e0df2dccb8f09ec26e54de017ee05ade8ee (diff)
[Enterprise] Clean up initialization flow
Diffstat (limited to 'enterprise.h')
-rw-r--r--enterprise.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/enterprise.h b/enterprise.h
index c3e02f27..d75f4e5f 100644
--- a/enterprise.h
+++ b/enterprise.h
@@ -41,6 +41,18 @@ namespace BinaryNinja
};
/*!
+ Determine if the Enterprise Client has been initialized yet.
+ \return True if Initialize() has been called successfully
+ */
+ bool IsInitialized();
+
+ /*!
+ Initialize the Enterprise Client
+ \return True if successful
+ */
+ bool Initialize();
+
+ /*!
Authenticate to the Enterprise server with username and password
\param username Username to authenticate with
\param password Password to authenticate with