From 6bda03a2086e86d93be3d787d567990bcfd37865 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 23 Sep 2021 11:10:28 -0400 Subject: Add documentation for 'BN_USER_DIRECTORY' --- docs/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/plugins.md') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index d7e8c0ef..c3615629 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -107,7 +107,7 @@ Troubleshooting many Binary Ninja problems is enhanced by enabling debug logs an 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 identifying when a plugin is causing problems. +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 identifying when a plugin is causing problems. Furthermore, by setting `BN_USER_DIRECTORY` you can override your 'user' directory where all your settings and plugins are loaded. ## Writing Plugins -- cgit v1.3.1