ntleak is a lightweight Windows native memory leak detection tool built using MinHook. It tracks heap and virtual memory allocations and reports unfreed memory blocks with detailed call stacks, helping developers identify and fix memory leaks.
- Compile your program with debug symbols enabled.
- Run your program under
ntleak:
ntleak.exe <your_program.exe>