diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-04-07 17:56:29 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-04-07 18:04:53 -0400 |
| commit | bfa7fe303ccf9dc10635d8e65d3a6169d3bb055a (patch) | |
| tree | 281a78f64b22188794df494b5d0af9cc77ff5f14 | |
| parent | ec05d67a46fdf5eae5ad88a92594b3a69f270337 (diff) | |
Fix broken list in docs.
| -rw-r--r-- | docs/guide/types/debuginfo.md | 1 |
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 |
