diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 22:05:39 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 22:05:39 -0400 |
| commit | 2b87c0cfeb99f9d8f79ff617b66c1c7810d01c93 (patch) | |
| tree | 9a9870c5d89c12469008d1440c6171a503451a9c /docs | |
| parent | e0c4454815701e3eb23f64a99ae1b6f87310bfc0 (diff) | |
fix references to settings in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 2 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideghidra.md | 2 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 2 | ||||
| -rw-r--r-- | docs/guide/troubleshooting.md | 2 | ||||
| -rw-r--r-- | docs/guide/types/debuginfo.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index a439644a..6acafb67 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -210,7 +210,7 @@ Errors or warnings during the load of the binary are also shown in the status ba If you wish to speed up analysis, you have several options. The first is to use the `File/Open for Triage` menu which activates the Triage file picker. By default, [Triage mode](https://binary.ninja/2019/04/01/hackathon-2019-summary.html#triage-mode-rusty) will enable a faster set of default analysis options that doesn't provide as much in-depth analysis but is significantly faster. -Additionally, using the [open with options](#loading-files) feature allows for customization of a number of analysis options on a per-binary basis. See [all settings](settings.md#all-settings) under the `analysis` category for more details. +Additionally, using the [open with options](#loading-files) feature allows for customization of a number of analysis options on a per-binary basis. See [all settings](settings.md#settings-reference) under the `analysis` category for more details. ## Navigating diff --git a/docs/guide/migration/migrationguideghidra.md b/docs/guide/migration/migrationguideghidra.md index 08062ea3..7867f0b5 100644 --- a/docs/guide/migration/migrationguideghidra.md +++ b/docs/guide/migration/migrationguideghidra.md @@ -8,7 +8,7 @@ Binary Ninja starts with the [New Tab Page](../index.md#new-tab) open. From here Binary Ninja likes to stay out of your way as much as possible, but sometimes you need to dig into the settings and change how a file is analyzed. If you have a file that can be opened with default settings, you won't get prompted for any additional input. Binary Ninja will automatically analyze the entire file — including running [linear sweep](https://binary.ninja/2017/11/06/architecture-agnostic-function-detection-in-binaries.html) — and provide you with linear decompilation for the whole file (like Ghidra's linear disassembly, but as decomp by default). -If you're opening a [Universal Mach-O](https://en.wikipedia.org/wiki/Universal_binary), the Open with Options dialogue will appear so that you can choose which architecture to open (in the top right). If you have a default architecture you want to open whenever you open a universal binary, you can set your preference in a setting called [Universal Mach-O Architecture Preference](../settings.md#all-settings). You'll also see the Open with Options dialogue when Binary Ninja is unable to recognize the file type or otherwise needs user input to analyze the file (can't find the entry point, needs you to provide some memory mappings, etc). +If you're opening a [Universal Mach-O](https://en.wikipedia.org/wiki/Universal_binary), the Open with Options dialogue will appear so that you can choose which architecture to open (in the top right). If you have a default architecture you want to open whenever you open a universal binary, you can set your preference in a setting called [Universal Mach-O Architecture Preference](../settings.md#settings-reference). You'll also see the Open with Options dialogue when Binary Ninja is unable to recognize the file type or otherwise needs user input to analyze the file (can't find the entry point, needs you to provide some memory mappings, etc). It's worth digging into Binary Ninja's [settings](../settings.md) and seeing what's available to tune, but if you ever want to change a setting for a single binary, you can Open (it) with Options. Go to File -> Open with Options, and any settings you change will apply to only that file. diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index 318640b4..0e3af279 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -8,7 +8,7 @@ Binary Ninja starts with the [New Tab Page](../index.md#new-tab) open. From here Binary Ninja likes to stay out of your way as much as possible, but sometimes you need to dig into the settings and change how a file is analyzed. If you have a file that can be opened with default settings, you won't get prompted for any additional input. Binary Ninja will automatically analyze the entire file — including running [linear sweep](https://binary.ninja/2017/11/06/architecture-agnostic-function-detection-in-binaries.html) — and provide you with linear decompilation for the whole file (like IDA's linear disassembly, but as decomp by default). -If you're opening a [Universal Mach-O](https://en.wikipedia.org/wiki/Universal_binary), the Open with Options dialogue will appear so that you can choose which architecture to open (in the top right). If you have a default architecture you want to open whenever you open a universal binary, you can set your preference in a setting called [Universal Mach-O Architecture Preference](../settings.md#all-settings). You'll also see the Open with Options dialogue when Binary Ninja is unable to recognize the file type or otherwise needs user input to analyze the file (can't find the entry point, needs you to provide some memory mappings, etc). +If you're opening a [Universal Mach-O](https://en.wikipedia.org/wiki/Universal_binary), the Open with Options dialogue will appear so that you can choose which architecture to open (in the top right). If you have a default architecture you want to open whenever you open a universal binary, you can set your preference in a setting called [Universal Mach-O Architecture Preference](../settings.md#settings-reference). You'll also see the Open with Options dialogue when Binary Ninja is unable to recognize the file type or otherwise needs user input to analyze the file (can't find the entry point, needs you to provide some memory mappings, etc). It's worth digging into Binary Ninja's [settings](../settings.md) and seeing what's available to tune, but if you ever want to change a setting for a single binary, you can Open (it) with Options. Go to File -> Open with Options, and any settings you change will apply to only that file. diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index c77274a1..c746fbee 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -261,7 +261,7 @@ By default, Binary Ninja does full analysis of the binary and decompiles every f * Changing `analysis.mode` to an option less than `full` will prevent Binary Ninja from doing full decompilation for every function. * Turning on `analysis.suppressNewAutoFunctionAnalysis` will prevent new functions from being analyzed at all until they are accessed. -Other [analysis settings](settings.md#all-settings) can also help. Check the descriptions to see what they do. +Other [analysis settings](settings.md#settings-reference) can also help. Check the descriptions to see what they do. ## Collaboration Issues diff --git a/docs/guide/types/debuginfo.md b/docs/guide/types/debuginfo.md index e87acf94..5468bb6c 100644 --- a/docs/guide/types/debuginfo.md +++ b/docs/guide/types/debuginfo.md @@ -8,7 +8,7 @@ Currently debug info plugins are limited to types, function signatures, and data We currently support [PDBs](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/pdb-ng) and [DWARF](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/dwarf/dwarf_import) (which are both open source), though you can also [register your own debug info parser through the API](https://api.binary.ninja/binaryninja.debuginfo-module.html#binaryninja.debuginfo.DebugInfoParser). -For PDBs, Binary Ninja will automatically try to source from specified local folders and Microsoft's symbol server ([see the PDB settings for more information](../settings.md#all-settings)). +For PDBs, Binary Ninja will automatically try to source from specified local folders and Microsoft's symbol server ([see the PDB settings for more information](../settings.md#settings-reference)). DWARF supports information compiled in to ELF binaries, information from external ELF files (`.dwo`, `.debug`, etc), information compiled in to Mach-O's, and information from external `.dSYM` files as well. Support for DWARF information in PEs is [planned](https://github.com/Vector35/binaryninja-api/issues/1555). |
