diff options
| author | Alexander Khosrowshahi <alexk@vector35.com> | 2025-07-09 12:05:31 -0400 |
|---|---|---|
| committer | Alexander Khosrowshahi <alexk@vector35.com> | 2025-07-09 12:05:31 -0400 |
| commit | beda6059f236f08d7179b7346655d19aaa47dd26 (patch) | |
| tree | 38d2cb086bc6bea4c2ab608628cd636303297d3f /binaryninjaapi.h | |
| parent | 44e415514493ec30bb4066e8d2224be032ee8308 (diff) | |
Add get_system_cache_directory and GetSystemCacheDirectory to API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 6 |
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(); |
