diff options
| -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 |
