summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 82ab312f..3c96ab48 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1241,6 +1241,12 @@ namespace BinaryNinja {
void SetBundledPluginDirectory(const std::string& path);
std::string GetUserDirectory();
+ /*! Get the Binary Ninja system cache directory
+ *
+ * @return std::string - Binary Ninja's cache directory on a given system
+ */
+ std::string GetSystemCacheDirectory();
+
std::string GetSettingsFileName();
std::string GetRepositoriesDirectory();
std::string GetInstallDirectory();