summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-10-23 10:14:54 -0400
committerJordan Wiens <github@psifertex.com>2025-10-23 10:14:54 -0400
commit275f4c504093ca5eeceea84c93b4de361630d28c (patch)
treee89ca372f60031fea6aa00c59afd2fd8a79635aa /docs/guide
parent13df4da7e74aa59797e9156121d6953f8f6bde23 (diff)
remove experimental label from binexport docs
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/binexport.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/guide/binexport.md b/docs/guide/binexport.md
index 2a11a4b0..9e02c9c3 100644
--- a/docs/guide/binexport.md
+++ b/docs/guide/binexport.md
@@ -4,12 +4,6 @@ BinExport is a [plugin written by Google](https://github.com/google/binexport) (
## Usage
-### Enable the Experimental Plugin
-
-![BinExport Setting >](../img/binexport-setting.png "BinExport Setting"){ width="400" }
-
-The initial release of this plugin is **EXPERIMENTAL** due to being finished too close to a stable release for better testing. As such, it is disabled by default. To enable it, search settings for "binexport", enable the plugin, and restart Binary Ninja.
-
### Activation
![BinExport Success >](../img/binexport-success.png "BinExport Success"){ width="300" }
@@ -43,6 +37,10 @@ The resulting `.BinDiff` file can either be opened in the BinDiff Java GUI, or d
![BD Viewer](../img/binexport-bdviewer.png "BD Viewer"){ width="800" }
_BD Viewer Plugin_
+### Disabling
+
+If desired, the plugin can be disabled from loading using the `corePlugins.binexport` setting.
+
## Changes / Fork
All changes made to the original plugin to be able to ship it as a plugin directly with the product are maintained in the [Vector 35 fork](https://github.com/Vector35/binexport) and are [released](https://github.com/Vector35/binexport/blob/main/LICENSE) under the same Apache 2.0 license as the [original plugin](https://github.com/google/binexport/blob/main/LICENSE). Please do not file issues related to anything on that repo except for specific Binary Ninja UI functionality or changes.