首页
社区
课程
招聘
[ZT]Dis# - .NET decompiler
发表于: 2006-9-13 23:49 4218

[ZT]Dis# - .NET decompiler

2006-9-13 23:49
4218
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. ( see screenshot )

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). ( see screenshot )

http://www.netdecompiler.com/download.html

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (10)
雪    币: 721
活跃值: (350)
能力值: ( LV9,RANK:1250 )
在线值:
发帖
回帖
粉丝
2
I'm looking for this tool! Thx!
2006-9-14 13:55
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
谢谢共享。。好东东。。
2006-9-14 15:21
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
在这里我要感谢Immlep.经常提供好的工具.大家可能陌生.
虽然我没征求你本人同意

你是一名努力的学生,有这样的成就我自感高兴,借看雪论坛祝愿你在

以后的学业不断进步.
2006-9-14 19:00
0
雪    币: 5275
活跃值: (451)
能力值: (RANK:1170 )
在线值:
发帖
回帖
粉丝
5
附带说一句,.net下逆向工具很多,各有各的特点,要结合起来用。
下面列个表吧,林版有空可以收集下
Dis#
Decompiler.net 2005
Reflector
IDA
9rays.net Spices.net
xenocode Fox
ildasm
2006-9-15 13:17
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
6
GOOD.
2006-9-15 13:27
0
雪    币: 12
活跃值: (180)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
7
Dis# 的功能我已领教过了,功能十分强大,可惜在破解的过程中发现一个大的问题没有解决:去除程序的强名称签名后,程序能运行,但不能解析程序集了.花了很长时间始终没能解决这个问题.
2006-9-20 22:39
0
雪    币: 5275
活跃值: (451)
能力值: (RANK:1170 )
在线值:
发帖
回帖
粉丝
8
最初由 slan 发布
Dis# 的功能我已领教过了,功能十分强大,可惜在破解的过程中发现一个大的问题没有解决:去除程序的强名称签名后,程序能运行,但不能解析程序集了.花了很长时间始终没能解决这个问题.


它的保护偶还没时间看,不过可以想到这些逆向工具本身的保护应该是比较强的,至少是有独门绝活。

slan可以和我联系,讨论下
2006-9-21 11:30
0
雪    币: 234
活跃值: (10)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
9
有没有人一起研究下Dis#的注册?
2006-9-21 16:44
0
雪    币: 12
活跃值: (180)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
10
最初由 tankaiha 发布
它的保护偶还没时间看,不过可以想到这些逆向工具本身的保护应该是比较强的,至少是有独门绝活。

slan可以和我联系,讨论下


非常愿意,不知道如何同兄弟联系 我的QQ:6001827
2006-9-25 19:15
0
雪    币: 12
活跃值: (180)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
11
最初由 tankaiha 发布
它的保护偶还没时间看,不过可以想到这些逆向工具本身的保护应该是比较强的,至少是有独门绝活。

slan可以和我联系,讨论下


非常愿意,不知道如何同兄弟联系 我的QQ:6001827

这个程序我已经花了好多时间,把它破解掉了,但最大的问题是这个.NET程序只要强签名被去除或者改掉了,程序本身还能运行,但加载程序集就不能分析了
2006-9-25 19:17
0
游客
登录 | 注册 方可回帖
返回
//