From 275f4c504093ca5eeceea84c93b4de361630d28c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 23 Oct 2025 10:14:54 -0400 Subject: remove experimental label from binexport docs --- docs/guide/binexport.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/guide') 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. -- cgit v1.3.1