diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-10-21 17:34:47 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-10-22 07:36:38 -0400 |
| commit | f588991317880c52ce1cf6d8fd0aaafd4c815409 (patch) | |
| tree | 56c056fb26e98ebe6210102ab0430c00c4724524 /docs/guide | |
| parent | 46210d11c385b1a8c9636a1a8b89394f3c1d9b11 (diff) | |
add mention of popup xrefs to migration documentation
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/migration/migrationguideghidra.md | 6 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/guide/migration/migrationguideghidra.md b/docs/guide/migration/migrationguideghidra.md index 88f32675..08062ea3 100644 --- a/docs/guide/migration/migrationguideghidra.md +++ b/docs/guide/migration/migrationguideghidra.md @@ -67,6 +67,12 @@ Common System Keybindings: Binary Ninja's layout is also a bit different from what you're used to in Ghidra, but thankfully Binary Ninja's UI is flexible enough to allow us to build something that will feel familiar. +## Cross-References + + + +If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. + ### Theme This doesn't exactly have to do with your layout, but it go a long way towards making the interface feel a bit more familiar. We have an expansive list of [community themes](https://github.com/Vector35/community-themes), and [a guide](../../dev/themes.md) and a [blog post](https://binary.ninja/2021/07/08/creating-great-themes.html) on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light. diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index d86b2ec6..318640b4 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -42,6 +42,12 @@ Some major exceptions are: - `H` to toggle to/from Hex View - `[TAB]` to toggle to/from disassembly +## Cross-References + + + +If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. + ## Theme We like our dark themes, but understand they're not for everyone. We have an expansive list of [community themes](https://github.com/Vector35/community-themes), and [a guide](../../dev/themes.md) and a [blog post](https://binary.ninja/2021/07/08/creating-great-themes.html) on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light. |
