Created
May 26, 2022 05:09
-
-
Save ddengster/d9d356b12c14bd08306f731b8e8eee0d to your computer and use it in GitHub Desktop.
Windbg quick setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type PATH, click "Environment Variables", click 'New..' | |
Variable name: WINDBG | |
Variable value: "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe" | |
Start a command prompt, cd to your working directory, do: %WINDBG% | |
!heap -p -a <leak address> | |
Reference: | |
https://www.deleaker.com/blog/2021/05/30/how-to-fix-memory-leaks-in-cpp-c-using-windbg/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment