如何查找.dll的相关信息 [英] How to find the information about .dll

查看:111
本文介绍了如何查找.dll的相关信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如何找到详细信息(哪个框架,Visual Basic或.Net,..)

关于.dll文件。

Hi,
How to find the detail information (which framework,Visual basic or .Net , .. )
about .dll file.

推荐答案

您可以尝试在反射工具中打开它,看看它是否是.NET。您也可以在十六进制编辑器中打开它,然后查看第一个信息块,试着告诉它。
You can try to open it in a reflection tool to see if it''s .NET. You can also open it in a hex editor and look at the first block of info to try to tell from that.


要查找AssemblyInfo等详细信息,关于任何dll我会建议你应该使用 - >资源调谐器(通过它你也可以编辑)



&&



如果你想探索dll的代码那么你必须使用

Red Gate' - > .Net Reflector(安装它,然后下载Reflector.Disassembler,然后通过工具添加它 - addin-add disassembler dll)完成



现在你可以浏览任何dll文件。
To find the detailed information like AssemblyInfo,about any dll i will sugget u should use->Resource Tuner (Through it u will also be able to edit)

&&

If u want to explore the code of dlls then u have to use
Red Gate''s ->.Net Reflector (Install it,after than download Reflector.Disassembler,then add it through tools - addin-add disassembler dll ) Complete

Now u can explore any dll file.


这篇关于如何查找.dll的相关信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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