From 585882cd807d052535054f9d7b20e4ff4da176a1 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 3 Mar 2026 13:22:53 -0500 Subject: add examples about triggering binexport headlessly --- docs/guide/binexport.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/binexport.md b/docs/guide/binexport.md index 9e02c9c3..f5de5765 100644 --- a/docs/guide/binexport.md +++ b/docs/guide/binexport.md @@ -37,6 +37,15 @@ 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_ +### Headless + +If you want to trigger the plugin headlessly, you can use the exposed quick action which will automatically write a `.BinExport` in the same folder as the source file: + +```python +cxt = PluginCommandContext(bv) +PluginCommand.get_valid_list(cxt)['BinExport (Quick)'].execute(cxt) +``` + ### Disabling If desired, the plugin can be disabled from loading using the `corePlugins.binexport` setting. -- cgit v1.3.1