From beda6059f236f08d7179b7346655d19aaa47dd26 Mon Sep 17 00:00:00 2001 From: Alexander Khosrowshahi Date: Wed, 9 Jul 2025 12:05:31 -0400 Subject: Add get_system_cache_directory and GetSystemCacheDirectory to API --- binaryninjaapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryninjaapi.h') 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(); -- cgit v1.3.1