现在的位置: 首页 > 综合 > 正文

ASP.NET程序的克星–Reflector

2013年08月16日 ⁄ 综合 ⁄ 共 1401字 ⁄ 字号 评论关闭

ASP.NET程序的克星--Reflector

[不指定 2006/05/25 10:41 | by admin ]
| |

公司里现在正在搞asp.nt开发,今天同事告诉我说他找到一个国外的能够反编译.net dll文件的软件——Reflector,我们当即用中国站长下载系统免费版(.net程序)演示了一下,果然如此,不过另人遗憾的是,目前只能反编译针对VS.net下的dll封装文件,上图是演示结果,能够看到类文件代码和名字空间等。Reflector的其他功能正在研究中。。。

软件下载:

以下是Reflector的英文原版说明:
.NET Reflector 4.0 Release Notes--------------------------------------------------------------------------------Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta. Code Model: Reflector uses a code model library for reading assembly files into memory and no longer relies on the .NET Reflection API. The Close and Refresh commands actually unload files from memory and Reflector is no longer locking files on disk. Reflector and .NET Framework 2.0: Reflector.exe runs on all .NET Framework versions. The code model library loads .NET Framework 2.0 assemblies with no .NET Framework 2.0 installed. Assembly Cache: When resolving an assembly reference, Reflector will first search the local path and then falls back to the cache directories defined in the Reflector.cfg file. Reflector does not search the GAC unless you add "%SystemRoot%Assembly" to the cache directories list. Assembly Versioning: By default, assembly version numbers are ignored when resolving type and member references. You can enable side-by-side versioning in the options dialog but it is suggested to avoid this if possible. ...

Tags: ,  

抱歉!评论已关闭.