From 950986c1f307eaff3aba8b47507adf6cbf53d074 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 15 Nov 2024 12:29:19 +0800 Subject: [PATCH] Debugger: update docs on manual WinDbg/TTD installation. Fix https://github.com/Vector35/debugger/issues/660 --- docs/guide/dbgeng-ttd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/dbgeng-ttd.md b/docs/guide/dbgeng-ttd.md index c5adfb3..81d60c7 100644 --- a/docs/guide/dbgeng-ttd.md +++ b/docs/guide/dbgeng-ttd.md @@ -35,10 +35,10 @@ The WinDbg installation only needs to be done once. - The download URL should look like https://windbg.download.prss.microsoft.com/dbazure/prod/1-2402-24001-0/windbg.msixbundle - Download the MSIX bundle using the URL found in the above step (this can take a while to finish) - The downloaded MSIX bundle is a Zip archive. Extract it with a tool like 7Zip -- Find the `windbg_win7-x64.msix` in it. Again it is a Zip archive, extract it +- Find the `windbg_win-x64.msix` in it. Again it is a Zip archive, extract it - Find the path of the DbgEng DLLs you have extracted - - It should be inside the `amd64` folder of where you extracted the `windbg_win7-x64.msix` - - For example, it can be `C:\Users\XXXXX\Downloads\windbg\windbg_win7-x64\amd64` + - It should be inside the `amd64` folder of where you extracted the `windbg_win-x64.msix` + - For example, it can be `C:\Users\XXXXX\Downloads\windbg\windbg_win-x64\amd64` - There should be an x64 version of `dbgeng.dll` in it - In Binary Ninja, open the Settings view via the menu `Edit`->`Settings`, or use the shortcut (Ctrl+,) - Search for `debugger.x64dbgEngPath`, and set it to the folder that the DbgEng DLL is in in the last step