diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 23:53:44 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 23:53:44 -0500 |
| commit | e992ed06dd3b6484db1a2d5a38c8df14acbc29b8 (patch) | |
| tree | 36344fc8eeb882f7aa43eb969653d8dfd237c61b /binaryninjaapi.h | |
| parent | 6caff3d100abcc1f1415de924334a04ecd50f1fd (diff) | |
add C++ API for GetProduct, GetProductType, and GetLicenseCount
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a918fc42..204cd2d8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -352,6 +352,9 @@ namespace BinaryNinja std::string& output, std::string& errors, bool stdoutIsText=false, bool stderrIsText=true); std::string GetVersionString(); + std::string GetProduct(); + std::string GetProductType(); + int GetLicenseCount(); uint32_t GetBuildId(); bool AreAutoUpdatesEnabled(); |
