diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-04-22 20:27:18 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-04-25 20:38:18 -0400 |
| commit | 893e730742452a041f26501b30e95e46d4363ec1 (patch) | |
| tree | a59a2651c4a7ae0f53cb340505f053819126c9ad /binaryninjacore.h | |
| parent | 89f9cb476aa02276a196e9a79ac675f7d15f9d3d (diff) | |
Add SetLicense API
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 1a60badc..8e355ab1 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2002,6 +2002,7 @@ extern "C" BINARYNINJACOREAPI char* BNGetProductType(void); BINARYNINJACOREAPI int BNGetLicenseCount(void); BINARYNINJACOREAPI bool BNIsUIEnabled(void); + BINARYNINJACOREAPI void BNSetLicense(const char* licenseData); BINARYNINJACOREAPI void BNRegisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); BINARYNINJACOREAPI void BNUnregisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); |
