Skip to content

jvron/ntleak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntleak

Description

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.

Usage

  1. Compile your program with debug symbols enabled.
  2. Run your program under ntleak:
ntleak.exe <your_program.exe>

About

nteak is a native Windows memory leak detection tool that tracks heap and virtual memory allocations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors