一种分析可执行文件的库 [英] A library for analyzing executables

查看:179
本文介绍了一种分析可执行文件的库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有像的Dependency Walker ,DUMPBIN,反汇编为寻找到Windows上的DLL / EXE文件的工具。我想分析从code的DLL,特别是依赖托管和非托管。是否有任何(.NET)库在那里为具有类似功能的分析?

There are tools like Dependency Walker, dumpbin, ildasm for looking into DLLs/EXE files on Windows. I would like to analyze DLLs from code, especially dependencies both managed and unmanaged. Are there any (.NET) libraries out there for analyzing with similar functionality?

我想用这个来验证我们正在部署适当的DLL文件在我公司创建安装程序。我们有超过200的DLL。

I want to use this to verify that we am deploying the right DLLs in setup program my company are creating. We have more than 200 DLLs.

推荐答案

您可以使用塞西尔库分析管理的可执行文件。您还可以使用宪兵使用塞西尔如果你想有一个规则引擎来检查您的应用程序。

You can use the Cecil library to analyze managed executables. And you can use Gendarme that uses Cecil if you want a rule engine to check your application.

这篇关于一种分析可执行文件的库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆