google搜索了好久,最终找到这个工具,可直接使用。

虽然脱后有很多无用代码,但关键代码是还是很清晰的!


----------------------------
NoFuser
----------------------------
NoFuser v1.1 - Beta
Deobfuscator for vanilla Confuser v1.8 & v1.9.
By: RazorX

----------------------------
Usage
----------------------------
NoFuser.exe <confused_program.exe> <switches>
Alternately, input files by dragging and dropping onto NoFuser executable.

----------------------------
Support
----------------------------
- Confuser v1.9
- r78612-r79642 (Source) [ Feb 14, 2013 -> July 16, 2013 ]
- r78377 (Released) [ Jan 28, 2013 ]
- r76934 (Released) [ Oct 03, 2012 ]
- r76656 (Released) [ Sep 08, 2012 ]
- r76542 (Released) [ Sep 01, 2012 ]
- r76509 (Released) [ Aug 30, 2012 ]
- Release [ Jun 23, 2012 ]

- Confuser v1.8
- Release [ May 31, 2012 ]

----------------------------
Switches
----------------------------
--output=[PATH] / -o=[PATH] -> Output directory.
Default: NoFuser_Output
--symbol-renamer=[OPTION] / -sr=[OPTION] -> How to rename symbols.
d4d = d4dot Engine (Default)
internal = Internal Engine.
--force-confuser-v1_9 / -fc1_9 -> Force detection of Confuser v1.9.
Default: False
--force-confuser-v1_8 / -fc1_8 -> Force detection of Confuser v1.8.
Default: False
--skip-missing-assembly-references / -smar -> Skip missing assembly references.
Default: False
--credits / -creds -> Credits menu.
--help / --? -> Help menu.

----------------------------
Changelog
----------------------------
[7/24/2013]
- Fixed minor typographical errors.
- Fixed CIL error with property overrides.
- Fixed error where PE subsystem wouldn't be set correctly.
- Fixed error where skipping assembly references wouldn't register.
- Fixed issue where resource decrypter would take too long to process.
- Improved unpacker to work on more targets.
- Improved output folder handling.
- Improved file I/O error handling.
- Improved minor cleanup.
- Improved minor speed optimizations.
- Improved assembly resolver to include "Reference Assemblies" folder.
- Improved file queuing system and native file handling.
- Updated support for lastest Confuser v1.9 source build (r79642).
- Updated NoFuser to not exit via drag-and-drop file operations.
- Updated credits and other nomenclature.

[6/20/2013]
- Initial release

----------------------------
Bugs / Limitations
----------------------------
- Confuser unpacker isn't fully complete.

本文地址:http://www.cnblogs.com/Interkey/p/Nofuser.html


下载地址

欢迎加群:

(请输入验证信息:博客园).

Nofuser - deobfuscator for Confuser的更多相关文章

  1. Confuser.crproj

    <?xml version="1.0" encoding="utf-8"?> <project baseDir="bin\Relea ...

  2. de4dot - Deobfuscator for .NET

    Features Here's a pseudo random list of the things it will do depending on what obfuscator was used ...

  3. [.NET逆向] [入门级]de4dot参数详解

    为了避免被0xd4d(de4dot作者)认为是"N00bUser"为了认识到Some of the advanced options may be incompatible, ca ...

  4. .net工具

    程序名称 作者 说明 文件结构与元数据查看看 AssemblyView1.0   可以查看.net平台下exe,dll源代码的类结构,比如变量,属性,函数,事件的定义. Anakrino   源代码开 ...

  5. msbuild ConfuserEx.Build 加密

    https://www.nuget.org/packages/ConfuserEx.Build/ <?xml version="1.0" encoding="utf ...

  6. 使用powershell提权的一些技巧

    原文:http://fuzzysecurity.com/tutorials/16.html 翻译:http://www.myexception.cn/windows/1752546.html http ...

  7. 34款Firefox渗透测试插件工具

    工欲善必先利其器,firefox一直是各位渗透师必备的利器,小编这里推荐34款firefox渗透测试辅助插件,其中包含渗透测试.信息收集.代理.加密解密等功能. 1:Firebug Firefox的 ...

  8. .NET 相关工具

    加密工具,反DUMP,反调试,反编译,加密代码资源内容,混淆流程,变量.Confuser is a protector/obfuscator for .NET, providing great sec ...

  9. Firefox渗透测试黑客插件集

    前天看S哥用Firefox的hackbar进行手动注入进行渗透,觉得直接运用浏览器的插件进行渗透测试有很多优点,既可以直接在前端进行注入等操作,也可以省却了寻找各种工具的麻烦.前端还是最直接的!于是这 ...

随机推荐

  1. 基于Css反射形自触发事件,优化你的延时事件

    昨天听w3ctech分享时候,说道orientationchange在不同OS和版本中,存在兼容问题,很多时候触发时候都没有渲染结束,开发同学一般都是基于setTimeout一段时间之后,在去执行具体 ...

  2. 知方可补不足~SqlServer连接的复用MultipleActiveResultSets

    回到目录 MultipleActiveResultSets可以使数据库连接复用,但当你上了moebius这种集群工具后,这个选项不能开启(默认是false),当你使用EF等ORM工具时,这个选项会默认 ...

  3. spring cvc-elt.1: Cannot find the declaration of element 'beans'解决办法

    转载自http://blog.csdn.net/legendj/article/details/9950963 今天在写spring aop示例的时候,在spring.xml文件中添加spring a ...

  4. Yii的学习(3)--查询生成器 (Query Builder)

    原文地址:http://www.yiiframework.com/doc/guide/1.1/en/database.query-builder 不过原文是英文的,Yii的官网没有翻译这一章,自己就尝 ...

  5. c#方法重载,可选参数,命名参数。

    其实这里没什么可说哦,c++的语法大同小异.先看一段代码. class Program { public static void Test(int a) { Console.WriteLine(&qu ...

  6. 漫谈可视化Prefuse(六)---改动源码定制边粗细

    可视化一路走来,体会很多:博客一路写来,收获颇丰:代码一路码来,思路越来越清晰.终究还是明白了一句古话:纸上得来终觉浅,绝知此事要躬行. 跌跌撞撞整合了个可视化小tool,零零碎碎结交了众多的志同道合 ...

  7. 【知识积累】DES算法之C#加密&Java解密

    一.前言 在项目需要添加安全模块,客户端调用服务端发布的service必须要经过验证,加密算法采用DES,客户端采用C#进行加密,服务端使用Java进行解密.废话不多说,直接上代码. 二.客户端 客户 ...

  8. Windows Azure Cloud Service (39) 如何将现有Web应用迁移到Azure PaaS平台

    <Windows Azure Platform 系列文章目录> 本文将简单介绍,如何将企业内现有的ASP.NET应用程序迁移到Azure PaaS平台. 因为在迁移过程中,可能需要对现有的 ...

  9. 解决SpringMVC的@ResponseBody返回中文乱码

    SpringMVC的@ResponseBody返回中文乱码的原因是SpringMVC默认处理的字符集是ISO-8859-1,在Spring的org.springframework.http.conve ...

  10. Winform应用程序实现通用遮罩层

    在WEB上,我们在需要进行大数据或复杂逻辑处理时,由于耗时较长,一般我们会在处理过程中的页面上显示一个半透明的遮罩层,上面放个图标或提示:正在处理中...等字样,这样用户体验就比较好了,然而如果在Wi ...