diff options
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(); |
