diff options
Diffstat (limited to 'enterprise.h')
| -rw-r--r-- | enterprise.h | 12 |
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 |
