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/guide/types | |
| parent | e0c4454815701e3eb23f64a99ae1b6f87310bfc0 (diff) | |
fix references to settings in docs
Diffstat (limited to 'docs/guide/types')
| -rw-r--r-- | docs/guide/types/debuginfo.md | 2 |
1 files changed, 1 insertions, 1 deletions
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). |
