diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-12-12 14:38:40 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-12-12 14:38:40 -0500 |
| commit | c71228026133c9e8eead0e399debf7155ffbc0c0 (patch) | |
| tree | ab809ca619bb4cb24a940552999254f43448fed8 /docs/guide | |
| parent | 62ded0de7b820f6e25be31254158401ce31a1c87 (diff) | |
add mention of windows defender
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/troubleshooting.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index ae6e1f8d..952d8431 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -87,6 +87,12 @@ The below steps are specific to different platforms that Binary Ninja runs on. - While Windows 7 is not officially supported (by us, or Microsoft for that matter), it may work if all available Windows updates are installed (including non-security updates with certificate bundle updates). - If you install Windows without internet access and have never run Windows updates to install an update, you may have an incomplete Windows certificate store. You'll see errors when attempting to update about `CERTIFICATE VERIFICATION FAILED`. If that is the case, you can either use something like `certutil.exe -generateSSTFromWU roots.sst` and then manually copy over the DST and Amazon certificates into your root store, or wait until the next time you have an update from Windows Update which should automatically refresh your certificate store. +#### Defender Causes Slow Startup + +When launching Binary Ninja on windows, Defender can cause extremely long start-up times when first run after reboot. The fix is to explicitly <a href="https://learn.microsoft.com/en-us/defender-endpoint/configure-extension-file-exclusions-microsoft-defender-antivirus">white-list</a> the binaryninja.exe file. + +Note that the problem is especially exaccerbated by adding a large number of python dependencies for plugins as the initial python plugin loading triggering accessing all of the python modules is the slowest part of the scan process. + #### Some Graphics Chipsets Some graphics chipsets may experience problems with [scaling](https://github.com/Vector35/binaryninja-api/issues/1529) resulting in the top menu disappearing. In that case, the simplest fix is to set the environment variable `QT_OPENGL=angle`. |
