summaryrefslogtreecommitdiff
path: root/docs/guide/types
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-07 17:56:29 -0400
committerAlexander Taylor <alex@vector35.com>2025-04-07 18:04:53 -0400
commitbfa7fe303ccf9dc10635d8e65d3a6169d3bb055a (patch)
tree281a78f64b22188794df494b5d0af9cc77ff5f14 /docs/guide/types
parentec05d67a46fdf5eae5ad88a92594b3a69f270337 (diff)
Fix broken list in docs.
Diffstat (limited to 'docs/guide/types')
-rw-r--r--docs/guide/types/debuginfo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guide/types/debuginfo.md b/docs/guide/types/debuginfo.md
index 0422fa11..e87acf94 100644
--- a/docs/guide/types/debuginfo.md
+++ b/docs/guide/types/debuginfo.md
@@ -45,6 +45,7 @@ Our [DWARF Export plugin](https://github.com/Vector35/binaryninja-api/tree/dev/p
#### Special Note for `.dSYM` Files
Binary Ninja will automatically load `.dSYM` files given the following:
+
- The `.dSYM` file is adjacent on the filesystem to the binary being analyzed
- The `.dSYM` file is named `X.dSYM`, where `X` is the name of the binary being analyzed
- `analysis.debugInfo.loadSiblingDebugFiles` is enabled