From f96b1b44cd5dce3066309c27e32d9584e22029a9 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 18 Jul 2024 12:35:22 +0800 Subject: [PATCH] Fix TTD docs indention --- docs/guide/dbgeng-ttd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/dbgeng-ttd.md b/docs/guide/dbgeng-ttd.md index 822951b..781ceb0 100644 --- a/docs/guide/dbgeng-ttd.md +++ b/docs/guide/dbgeng-ttd.md @@ -20,8 +20,8 @@ The WinDbg installation only needs to be done once. - Open Binary Ninja - Click Menu -> "Debugger" -> "Install WinDbg/TTD" - Wait for the script to finish - - Behind the scenes, this runs the Python [script](https://github.com/Vector35/debugger/blob/dev/core/adapters/dbgeng/install_windbg.py) to download and configure WinDbg - - The WinDbg will be installed to `%APPDATA%\Binary Ninja\windbg` + - Behind the scenes, this runs the Python [script](https://github.com/Vector35/debugger/blob/dev/core/adapters/dbgeng/install_windbg.py) to download and configure WinDbg + - The WinDbg will be installed to `%APPDATA%\Binary Ninja\windbg` - Restart Binary Ninja