From bfa7fe303ccf9dc10635d8e65d3a6169d3bb055a Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 7 Apr 2025 17:56:29 -0400 Subject: Fix broken list in docs. --- docs/guide/types/debuginfo.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/guide') 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 -- cgit v1.3.1