diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 19:20:41 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 19:20:41 -0500 |
| commit | 6caff3d100abcc1f1415de924334a04ecd50f1fd (patch) | |
| tree | a5505cfe0f4a0760741acc351ebebdf9ef8c3523 /binaryninjacore.h | |
| parent | 56cedb70bf10e93445174f2ac7d00233155e9c88 (diff) | |
also add product type and license count to the API
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index fd0c7b00..1ee71402 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1198,6 +1198,8 @@ extern "C" BINARYNINJACOREAPI bool BNIsLicenseValidated(void); BINARYNINJACOREAPI char* BNGetProduct(void); + BINARYNINJACOREAPI char* BNGetProductType(void); + BINARYNINJACOREAPI int BNGetLicenseCount(void); BINARYNINJACOREAPI void BNRegisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); BINARYNINJACOREAPI void BNUnregisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); |
