首页
社区
课程
招聘
Dis# v2.37(net decompiler)
发表于: 2006-6-30 21:13 2704

Dis# v2.37(net decompiler)

2006-6-30 21:13
2704
收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 817
活跃值: (1927)
能力值: ( LV12,RANK:2670 )
在线值:
发帖
回帖
粉丝
2
狼带来的东西一定是好东西
2006-6-30 22:30
0
雪    币: 298
活跃值: (445)
能力值: ( LV12,RANK:450 )
在线值:
发帖
回帖
粉丝
3
最初由 KuNgBiM 发布
狼带来的东西一定是好东西


试用版来得。。
2006-6-30 22:37
0
雪    币: 817
活跃值: (1927)
能力值: ( LV12,RANK:2670 )
在线值:
发帖
回帖
粉丝
4
最初由 Immlep 发布
试用版来得。。


确实比较牛X

DisSharp Decompiler Features

Inplace Editor
Double click or press Enter:

Type new name and press Enter:


The typical problem with decompilation is the absence of full source information in the executable file. For instance, .NET assembly does not contains names of local variables. Program can automatically assign local names in accordance with their types (what Dis# is really do), but it still too differentiates with the original source.

Dis# makes next logical step in this direction. You can edit the names and keep the changes in a project file.

Dis# project file

Dis# have it's own metadata structure, which expands PE metadata structure with all necessary for decompilation information, such as local variable names. You can save Dis# metadata in the project file (extension .dis) and keep all changes.

Decompilation Speed

Custom metadata provides outstanding decompilation speed, which 25-700 times faster then have other .NET decompilers. Dis# decompiles more then 2000 methods per second.

Multiple Languages decompilation

Support for C#, Visual Basic.NET, Delphi.NET and Chrome.

Well formed code

Dis# generates code, which is look like the human edited. Dis# .net decompiler have many options to adjust code view for your preferences.

Optimization

Dis# optimize code.

.NET 2.0 support

Dis# support .NET 2.0 assembly format, generics etc.

Raw Code

In some cases you have to view raw code (before high level decompilation algorithms processing).

程序不大,转一个到本地:
上传的附件:
2006-6-30 22:46
0
雪    币: 370
活跃值: (15)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
5
确实超强
2006-7-1 08:54
0
游客
登录 | 注册 方可回帖
返回
//