summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
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();