首页
社区
课程
招聘
[转帖]Dot Net String Decoder
发表于: 2012-9-30 09:00 2697

[转帖]Dot Net String Decoder

2012-9-30 09:00
2697
Dot Net String Decoder
From:EXETOOLS
http://forum.exetools.com/showpost.php?p=80797&postcount=1

Description
Program can list or decrypt strings used in .NET executable based on user decryption plugins and rebuild new assembly with decoded strings. Method names, control flow etc. are unchanged in assembly!

Features
- List all strings that are used in .NET executable
- Decrypt strings based on your own plugin
- Very simple plugin interface (C#, VB.NET)
- Preview of string decryption (checking results)
- Export all strings to text file for other processing

Simple scenario:
Take obfuscated .NET executable, explore it in reflector, look for some encrypted string and jump to decrypting function. Now just copy code Ctrl+C and paste it into plugin source, correct return values, compile and that's all. Now you have simple string decrypter

System requirements
.NET Framework 3.5

Download:
http://progress-tools.x10.mx/dnsd.zip

Home + Screenshots:
http://progress-tools.x10.mx/dnsd.html

It's first version, so it can be here some bugs. 3 plugins that are from real protections are included, so rest is on you :-) If you build some new plugins please share it with other people. I hope you find this tool useful.

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

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
Current version 1.0 (29.09.2012)
上传的附件:
2012-9-30 17:38
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
New Version
1.10 - [17.04.2013]
+ Added command line and Drag & Drop Support
+ Remember last window position
+ Small fixes
+ Better columns resizing
+ New Explorer for code navigation
+ New Disassembler
+ Exports to text files
+ a lot of new functionality

Your best tool for hunting "Bad boy" messages in .NET :-)

Check video:
http://www.youtube.com/watch?v=FgQP7rmkSU0

Home:
http://progress-tools.x10.mx/dnsd.html

Download:
http://progress-tools.x10.mx/dnsd.zip

2013-4-22 04:56
0
游客
登录 | 注册 方可回帖
返回
//