summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-09-22 16:46:13 -0400
committerPeter LaFosse <peter@vector35.com>2017-09-22 16:46:13 -0400
commit58e0e7dc862ae9cd28bffb3f975624580b190ee6 (patch)
tree2f0a31fc46d9bdadc0f75afec6fa613760451dae /binaryninjaapi.h
parent93879514f6167764e87a6bd0e223516ddc331455 (diff)
Adding C++ apis for gettings paths
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
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();