From 4280e92fc4bf8040ed927ce5aadfc33ae5c43d14 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 29 Jul 2019 13:44:34 -0400 Subject: can now disable user plugins from headless via BN_DISABLE_USER_PLUGINS env var --- docs/guide/plugins.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index eb1a4347..59b062af 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -69,6 +69,8 @@ Troubleshooting many Binary Ninja problems is helped by enabling debug logs and And check `/tmp/bnlog.txt` when you're done. +Additionally, running a python plugin with an environment variable of `BN_DISABLE_USER_PLUGINS` will prevent the API from initializing user-plugins which is helpful for root cause analysis. + ## Writing Plugins First, take a look at some of the [example] plugins, or some of the [community] plugins to get a feel for different APIs you might be interested in. Of course, the full [API] docs are online and available offline via the `Help`/`Open API Reference...`. -- cgit v1.3.1