From 2b87c0cfeb99f9d8f79ff617b66c1c7810d01c93 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 16 Jul 2025 22:05:39 -0400 Subject: fix references to settings in docs --- docs/guide/types/debuginfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/types') 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). -- cgit v1.3.1