Hmily 发表于 2012-10-2 22:48

Dot Net String Decoder

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 http://forum.exetools.com/images/smilies/smile.gif

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.

1354669803 发表于 2012-10-2 23:09

连发两帖?H大真给力 感谢分享(虽然我看不懂那些是什么)

lpxx 发表于 2012-10-2 23:13

虽然不懂,但是感觉很牛X的样子。

lyliucn 发表于 2012-10-3 11:14

这个是什么好东东,偶看不懂。

jovian007 发表于 2012-11-29 09:58

老大,能解密什么混淆的字符串啊,我随便找了个解密好像没用

jovian007 发表于 2012-11-29 10:16

这个得自己知道混淆的加密方式,然后自己做插件揭秘额- -

chenjacker 发表于 2012-12-23 16:14

虽然不懂,但是感觉很牛X的样子。

down60cn 发表于 2012-12-28 15:38

02006691 发表于 2013-9-27 12:51

谢谢分享 学习下

g372136690 发表于 2014-5-11 01:25

虽然不懂,但是感觉很牛X的样子
页: [1] 2
查看完整版本: Dot Net String Decoder