Tool for detecting memory corruption in a mixed-mode application

986 Views Asked by At

Can anyone recommend a free or commercial tool that detects memory corruption (NOT memory leak) in a C# 4.0 application that calls unmanaged C++ libraries via a C++/CLI bridge? We are using Redgate Ants but it is not designed to help with the unmanaged code (this is where the memory corruption occurs). Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

Never used it but according to what others on SO wrote this http://memprofiler.com/ is a managed profiler providing information on native memory too (in one tool)...