From 41d6b1eef21923ba22a35a4e5d8118839d1f2684 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 5 Sep 2026 13:46:20 -0400 Subject: [PATCH 1/3] clarify in ghidra export docs it is ultimate only --- docs/guide/migration/ghidra/ghidraexport.md | 3 +++ docs/guide/migration/ghidra/index.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guide/migration/ghidra/ghidraexport.md b/docs/guide/migration/ghidra/ghidraexport.md index a95f7cd55d..752715f222 100644 --- a/docs/guide/migration/ghidra/ghidraexport.md +++ b/docs/guide/migration/ghidra/ghidraexport.md @@ -1,5 +1,8 @@ # Ghidra Export +!!! Important "Supported Editions" + Ghidra export is only available in the [Ultimate edition](https://binary.ninja/purchase/#commercial) of Binary Ninja. Ghidra [import](./ghidraimport.md) is available in all editions. + Currently, the following categories of analysis information can be exported to Ghidra: - Bookmarks diff --git a/docs/guide/migration/ghidra/index.md b/docs/guide/migration/ghidra/index.md index 44b178b3f1..6c17627dfd 100644 --- a/docs/guide/migration/ghidra/index.md +++ b/docs/guide/migration/ghidra/index.md @@ -20,7 +20,7 @@ See [the Ghidra import documentation](./ghidraimport.md) ## Exporting Data To Ghidra -See [the Ghidra export documentation](./ghidraexport.md) +See [the Ghidra export documentation](./ghidraexport.md). Note that export requires the Ultimate edition. ## Keybindings From 3b1d5c20d0ba8de4b8d363a7cb3564d0d7485a1d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 22 Sep 2026 14:47:31 -0400 Subject: [PATCH 2/3] fix edition requirements for projects and enterprise docs --- docs/guide/enterprise/index.md | 4 ++-- docs/guide/index.md | 6 +++--- docs/guide/migration/ghidra/ghidraimport.md | 2 +- docs/guide/projects.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guide/enterprise/index.md b/docs/guide/enterprise/index.md index 2d6116342c..32949a9653 100644 --- a/docs/guide/enterprise/index.md +++ b/docs/guide/enterprise/index.md @@ -1,7 +1,7 @@ # Binary Ninja Enterprise -!!! note - This section applies to Binary Ninja with a floating license or the collaboration add-on. +!!! Important "Supported Editions" + This section applies to Binary Ninja with a floating license or the collaboration add-on. Floating licenses and the collaboration add-on (remote projects, SSO, access control and auditing, and collaborative analysis) are only available with the [Ultimate edition](https://binary.ninja/purchase/#commercial) of Binary Ninja. The collaboration add-on seamlessly integrates remote collaboration functionality, provided by a Binary Ninja Enterprise Server, within the client. This includes remote project management, push/pull of analysis database and type archive snapshots, real-time chat, and more. diff --git a/docs/guide/index.md b/docs/guide/index.md index f761f7867d..3ca9f62b0d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -274,7 +274,7 @@ Right-clicking an entry in the recent files list offers: | Remove from Recent Files | Drop the entry from the list, leaving its saved state intact | | Forget This File | Drop the entry *and* purge the state saved for that file: the view state restored by [`ui.files.restore.viewState`](settings.md#ui.files.restore.viewState) (window layout, pane splits, sidebar, and location) and the load settings restored by [`ui.files.restore.viewOptions`](settings.md#ui.files.restore.viewOptions). | | Clear All Recent Files | Empty the whole list | -| Clear All Recent Projects | Empty the Recent Projects list (Commercial and Ultimate only) | +| Clear All Recent Projects | Empty the Recent Projects list (not available in the Free edition) | | Compact Mode | Toggle the compact display described above | ### Plugins @@ -291,11 +291,11 @@ Pressing each of the icons will navigate you to the Extension Manager with the c Pressing the gear or using the hotkeys (macOS: `[CMD+SHIFT] + M`, Windows/Linux: `[CTRL+SHIFT] + M`) will open the extension manager with no filters, so you can browse available plugins. -### Commercial/Ultimate Features +### Projects ![new tab](../img/newtab-projects.png "New Tab Projects Version"){ width="700" } -On Commercial and Ultimate, the New Tab file list also contains a separate tab for Recent Projects. These tabs can be docked, rearranged, split, or unified, and their split is adjustable. Layout changes will be saved. +In all editions except Free, the New Tab file list also contains a separate tab for Recent Projects. These tabs can be docked, rearranged, split, or unified, and their split is adjustable. Layout changes will be saved. While Projects themselves are presented in their own tab, files opened in Projects will be located in the usual Recent Files list. diff --git a/docs/guide/migration/ghidra/ghidraimport.md b/docs/guide/migration/ghidra/ghidraimport.md index b08bf25639..9f85d33889 100644 --- a/docs/guide/migration/ghidra/ghidraimport.md +++ b/docs/guide/migration/ghidra/ghidraimport.md @@ -19,6 +19,6 @@ Currently, the following categories of analysis information can be imported from ### Import to an existing project !!! note - Binary Ninja projects are only available in Commercial and Ultimate editions + Binary Ninja projects are available in the Non-Commercial, Commercial, and Ultimate editions, but not the Free edition `Plugins > Ghidra > Import Project...` allows you to import files from a Ghidra project (`.gpr`) to an open Binary Ninja project. All available analysis information will be imported for all selected files. diff --git a/docs/guide/projects.md b/docs/guide/projects.md index 6630068f31..adeac281ff 100644 --- a/docs/guide/projects.md +++ b/docs/guide/projects.md @@ -3,7 +3,7 @@ Projects provide a way to keep and organize related binaries, databases, and resources in a managed format. !!! Important "Supported Editions" - Projects are only available in the Commercial and Ultimate editions of Binary Ninja + Local projects are available in the Non-Commercial, Commercial, and Ultimate editions of Binary Ninja, but not the Free edition. [Remote projects](./enterprise/index.md) require the Ultimate edition with the collaboration add-on. ## Creating a Project From d506bd0f1cc1d1b5ba2260774f1174c8aec9b607 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 22 Sep 2026 15:11:18 -0400 Subject: [PATCH 3/3] restore commercial/ultimate-only wording for projects docs --- docs/guide/index.md | 6 +++--- docs/guide/migration/ghidra/ghidraimport.md | 2 +- docs/guide/projects.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 3ca9f62b0d..f761f7867d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -274,7 +274,7 @@ Right-clicking an entry in the recent files list offers: | Remove from Recent Files | Drop the entry from the list, leaving its saved state intact | | Forget This File | Drop the entry *and* purge the state saved for that file: the view state restored by [`ui.files.restore.viewState`](settings.md#ui.files.restore.viewState) (window layout, pane splits, sidebar, and location) and the load settings restored by [`ui.files.restore.viewOptions`](settings.md#ui.files.restore.viewOptions). | | Clear All Recent Files | Empty the whole list | -| Clear All Recent Projects | Empty the Recent Projects list (not available in the Free edition) | +| Clear All Recent Projects | Empty the Recent Projects list (Commercial and Ultimate only) | | Compact Mode | Toggle the compact display described above | ### Plugins @@ -291,11 +291,11 @@ Pressing each of the icons will navigate you to the Extension Manager with the c Pressing the gear or using the hotkeys (macOS: `[CMD+SHIFT] + M`, Windows/Linux: `[CTRL+SHIFT] + M`) will open the extension manager with no filters, so you can browse available plugins. -### Projects +### Commercial/Ultimate Features ![new tab](../img/newtab-projects.png "New Tab Projects Version"){ width="700" } -In all editions except Free, the New Tab file list also contains a separate tab for Recent Projects. These tabs can be docked, rearranged, split, or unified, and their split is adjustable. Layout changes will be saved. +On Commercial and Ultimate, the New Tab file list also contains a separate tab for Recent Projects. These tabs can be docked, rearranged, split, or unified, and their split is adjustable. Layout changes will be saved. While Projects themselves are presented in their own tab, files opened in Projects will be located in the usual Recent Files list. diff --git a/docs/guide/migration/ghidra/ghidraimport.md b/docs/guide/migration/ghidra/ghidraimport.md index 9f85d33889..b08bf25639 100644 --- a/docs/guide/migration/ghidra/ghidraimport.md +++ b/docs/guide/migration/ghidra/ghidraimport.md @@ -19,6 +19,6 @@ Currently, the following categories of analysis information can be imported from ### Import to an existing project !!! note - Binary Ninja projects are available in the Non-Commercial, Commercial, and Ultimate editions, but not the Free edition + Binary Ninja projects are only available in Commercial and Ultimate editions `Plugins > Ghidra > Import Project...` allows you to import files from a Ghidra project (`.gpr`) to an open Binary Ninja project. All available analysis information will be imported for all selected files. diff --git a/docs/guide/projects.md b/docs/guide/projects.md index adeac281ff..d14d57eb54 100644 --- a/docs/guide/projects.md +++ b/docs/guide/projects.md @@ -3,7 +3,7 @@ Projects provide a way to keep and organize related binaries, databases, and resources in a managed format. !!! Important "Supported Editions" - Local projects are available in the Non-Commercial, Commercial, and Ultimate editions of Binary Ninja, but not the Free edition. [Remote projects](./enterprise/index.md) require the Ultimate edition with the collaboration add-on. + Projects are only available in the Commercial and Ultimate editions of Binary Ninja. [Remote projects](./enterprise/index.md) additionally require the Ultimate edition with the collaboration add-on. ## Creating a Project