diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-09-22 16:46:13 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-09-22 16:46:13 -0400 |
| commit | 58e0e7dc862ae9cd28bffb3f975624580b190ee6 (patch) | |
| tree | 2f0a31fc46d9bdadc0f75afec6fa613760451dae /binaryninjaapi.h | |
| parent | 93879514f6167764e87a6bd0e223516ddc331455 (diff) | |
Adding C++ apis for gettings paths
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1ac60625..9d4a7257 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -561,6 +561,10 @@ namespace BinaryNinja std::string GetBundledPluginDirectory(); void SetBundledPluginDirectory(const std::string& path); + std::string GetUserDirectory(); + + std::string GetSettingsFileName(); + std::string GetRepositoriesDirectory(); std::string GetInstallDirectory(); std::string GetUserPluginDirectory(); |
