Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Dynamic Code Analysis tools for Windows

i was searching for a tool that detect (Memory Leaks,Memory Corruption, ...) at run-time in VS for C++

and i found this : Dynamic code analysis for C++

unfortunately most of them running under linux so i ask for tools running to VS or at least for Windows

Thanks in Advance

like image 447
HokaHelal Avatar asked Mar 01 '26 09:03

HokaHelal


1 Answers

The best tool I know for the windows platform is DrMemory.

It works fast and it helped me a lot in my critical/legacy MFC C++ code even if it currently targets 32-bit applications only.

Let me know your favorite parameters! I recommend you to start with the simple "-top_stats -light".

like image 128
alcor Avatar answered Mar 03 '26 22:03

alcor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!