diff options
| author | Jordan Wiens <github@psifertex.com> | 2019-07-22 17:49:03 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2019-07-22 17:49:03 -0400 |
| commit | d4fa2fa1d657ced48dd00d64d44dcc2cd621ae01 (patch) | |
| tree | aa88057388d147865bcb66554c3104a39490b37f /binaryninjaapi.h | |
| parent | 0736fc2a1f9590c110bf0add9c7651ac4e6e8919 (diff) | |
allow launching without loading user plugins
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 23020d5e..dacb5a84 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -614,6 +614,8 @@ namespace BinaryNinja std::string& output, std::string& errors, const std::vector<std::string>& includeDirs = std::vector<std::string>()); + void DisablePlugins(); + bool IsPluginsEnabled(); void InitCorePlugins(); void InitUserPlugins(); void InitRepoPlugins(); |
