diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 18:52:34 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 18:52:34 -0500 |
| commit | 4beca85ef057f93b7f07a46580ae1c920fd571a1 (patch) | |
| tree | d3213c61c5b73dbb480f7e8fa8aa05a72bb118ca /binaryninjacore.h | |
| parent | a050faeb0fcc978faed1bc528fa6c9c57c73d3ab (diff) | |
add product id from license file
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 b2ed7cd3..fd0c7b00 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1197,6 +1197,7 @@ extern "C" BINARYNINJACOREAPI uint32_t BNGetBuildId(void); BINARYNINJACOREAPI bool BNIsLicenseValidated(void); + BINARYNINJACOREAPI char* BNGetProduct(void); BINARYNINJACOREAPI void BNRegisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); BINARYNINJACOREAPI void BNUnregisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks); |
