diff options
| author | Glenn Smith <glenn@vector35.com> | 2023-01-05 18:07:39 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-01-10 14:59:04 -0500 |
| commit | 80e927bd0b200904626cabf9bf6fa65a1bd4a6a8 (patch) | |
| tree | 139aa426a190f46a665a51abbe1223c397d2fa9e /binaryninjacore.h | |
| parent | d905254d75618736f4ac237f59f74d44520fdf8c (diff) | |
[Enterprise] Add api for IsFloatingLicense
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 621ca0b0..c3c1546f 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2985,6 +2985,7 @@ extern "C" BINARYNINJACOREAPI char* BNGetEnterpriseServerBuildId(void); BINARYNINJACOREAPI uint64_t BNGetEnterpriseServerLicenseExpirationTime(void); BINARYNINJACOREAPI uint64_t BNGetEnterpriseServerLicenseDuration(void); + BINARYNINJACOREAPI bool BNIsEnterpriseServerFloatingLicense(void); BINARYNINJACOREAPI uint64_t BNGetEnterpriseServerReservationTimeLimit(void); BINARYNINJACOREAPI bool BNIsEnterpriseServerLicenseStillActivated(void); BINARYNINJACOREAPI char* BNGetEnterpriseServerLastError(void); |
