summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-02-10 16:42:12 -0500
committerRusty Wagner <rusty@vector35.com>2017-02-10 16:42:12 -0500
commit4b988c0d24c8d8c8dc67485f3aaeb7106eb4af18 (patch)
tree2cd7242ff78a8f92cc268b2ccb7afc69734d9f6b /binaryninjacore.h
parent8c42dabe92340b4d342f3b4e7594fb70f1890e41 (diff)
parentf8687791c32688a78b5e6667b2af9689816e41af (diff)
Merge branch 'dev'
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b2ed7cd3..1ee71402 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1197,6 +1197,9 @@ extern "C"
BINARYNINJACOREAPI uint32_t BNGetBuildId(void);
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);