tools similar to Valgrind for memory corruption debugging for win32 desktop application

26 Views Asked by At

is there any tools that we can use for windows platform similar to valgrind as used for linux for detect actual heap corruption like invalid read/write for win32 desktop applications. I need to find memory corruption in c++ win32 desktop code.

0

There are 0 best solutions below