diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-02-23 02:20:55 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-02-23 02:20:55 -0500 |
| commit | 57088dfd10ebbc5361e1493c034dec8ed6730bdc (patch) | |
| tree | 10c598911652c13d56b1ef436f5daaee98323f2d /binaryninjaapi.h | |
| parent | 33ae06ad9a4dfe1e78467ebf7f82a4c95f8945eb (diff) | |
add get_install_directory and savelastrun to the api
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6b69c95f..b8b684be 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -376,6 +376,7 @@ namespace BinaryNinja void InitUserPlugins(); std::string GetBundledPluginDirectory(); void SetBundledPluginDirectory(const std::string& path); + std::string GetInstallDirectory(); std::string GetUserPluginDirectory(); std::string GetPathRelativeToBundledPluginDirectory(const std::string& path); |
