From e992ed06dd3b6484db1a2d5a38c8df14acbc29b8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 20 Jan 2017 23:53:44 -0500 Subject: add C++ API for GetProduct, GetProductType, and GetLicenseCount --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') 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(); -- cgit v1.3.1