0

我有一个本地 C/C++ x64 dll,我想对其进行分析以进行静态代码分析。

在 Linux 中,我使用 callgrind/valgrind 和 KCachegrind 在我的工作流程中执行此步骤。

我想为 Windows dll 做这样的事情。

不幸的是,我无法在 VS 中使用 dll 进行分步调试(请参阅https://stackoverflow.com/questions/14086693/how-to-setup-debugging-for-a-native-dll-in -ac-sharp-项目)。

是否有人知道任何工具可以帮助生成从 C# gui 以独立于 C# 调用程序程序的方式调用的 Windows dll 的调用图?

编辑

我想制作一个与此类似的图表:http: //python.rk.edu.pl/site_media/resources/python.rk.edu.pl/images/djangoprof2.png

4

0 回答 0