简体   繁体   English

用于在混合模式应用程序中检测内存损坏的工具

[英]Tool for detecting memory corruption in a mixed-mode application

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? 谁能推荐免费的或商用的工具,该工具可以检测通过C ++ / CLI桥调用非托管C ++库的C#4.0应用程序中的内存损坏(不发生内存泄漏)? We are using Redgate Ants but it is not designed to help with the unmanaged code (this is where the memory corruption occurs). 我们正在使用Redgate Ants,但它并非旨在帮助非托管代码(这是发生内存损坏的地方)。 Thanks. 谢谢。

从未使用过它,但根据SO上其他人写的内容,此http://memprofiler.com/是一个托管的探查器,它也提供有关本机内存的信息(在一个工具中)...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM