Nofuser - deobfuscator for Confuser
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的更多相关文章
- Confuser.crproj
<?xml version="1.0" encoding="utf-8"?> <project baseDir="bin\Relea ...
- de4dot - Deobfuscator for .NET
Features Here's a pseudo random list of the things it will do depending on what obfuscator was used ...
- [.NET逆向] [入门级]de4dot参数详解
为了避免被0xd4d(de4dot作者)认为是"N00bUser"为了认识到Some of the advanced options may be incompatible, ca ...
- .net工具
程序名称 作者 说明 文件结构与元数据查看看 AssemblyView1.0 可以查看.net平台下exe,dll源代码的类结构,比如变量,属性,函数,事件的定义. Anakrino 源代码开 ...
- msbuild ConfuserEx.Build 加密
https://www.nuget.org/packages/ConfuserEx.Build/ <?xml version="1.0" encoding="utf ...
- 使用powershell提权的一些技巧
原文:http://fuzzysecurity.com/tutorials/16.html 翻译:http://www.myexception.cn/windows/1752546.html http ...
- 34款Firefox渗透测试插件工具
工欲善必先利其器,firefox一直是各位渗透师必备的利器,小编这里推荐34款firefox渗透测试辅助插件,其中包含渗透测试.信息收集.代理.加密解密等功能. 1:Firebug Firefox的 ...
- .NET 相关工具
加密工具,反DUMP,反调试,反编译,加密代码资源内容,混淆流程,变量.Confuser is a protector/obfuscator for .NET, providing great sec ...
- Firefox渗透测试黑客插件集
前天看S哥用Firefox的hackbar进行手动注入进行渗透,觉得直接运用浏览器的插件进行渗透测试有很多优点,既可以直接在前端进行注入等操作,也可以省却了寻找各种工具的麻烦.前端还是最直接的!于是这 ...
随机推荐
- Azure China (10) 使用Azure China SAS Token
<Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的Azure China 注意:本文介绍的是Azure China Storage Priva ...
- 爱上MVC3系列~监视Action的运行时间,并提供超时记录机制
回到目录 文章出现的原因 很久没写关于MVC的文章了,原因是将关注点移向了MVVM和DDD这边,而这篇文章完全是因为公司项目的需要,因为公司网站总是不定时的502,而这由可能是程序超时所引起的,为了分 ...
- Atitit. Atiposter 发帖机 新特性 poster new feature v11 .docx
Atitit. Atiposter 发帖机 新特性 poster new feature v11 .docx 1.1. 版本历史1 2. 1. 未来版本规划2 2.1. V12版本规划2 2.2. ...
- SSH+JPA查询两个数据库
1.第一步导包: 1.struts2包: 2.spring包: 3.hibernate包: 4.数据库包: 2.web.xml配置 3.struts2的配置: 1.struts.xml 2.s001. ...
- 投资人谈VR色变,VR好戏却刚刚开始
去年下半年,资本圈谈O2O色变,以至于创业者们都不敢说自己做O2O:到了今年下半年,资本圈却成为了谈VR色变--在中国的互联网科技创业中,资本市场已经成为了创业的一种风向标.资本走向哪里,创业者就走向 ...
- vb6里面dim和set的区别
dim是作用于变量 声明变量并分配存储空间 set作用于对象 将对象引用赋给变量或属性 例子: dim A as collection set A=new collection 等效于 di ...
- php使用正则过滤js脚本代码实例
匹配的规则不能用 "/<script.*<\/script>/i",因为它不能匹配到换行符,那么多行js就匹配不掉了. 要用 "/<script[ ...
- 关于js中值的比较规则问题
上一篇文章提到了javascript中可变值与不可变值,如果你不知道什么是可变值和不可变值,可以先去看看那篇文章,再回来看这篇,因为这篇文章是基于可变值与不可变值讲解的. 那我就默认你知道什么是可变值 ...
- maven项目部署打包
方法一.把maven依赖的jar包一起打包 http://maven.apache.org/plugins/maven-assembly-plugin/usage.html pom/build中加入以 ...
- android api sdk
Platform Version API Level VERSION_CODE Notes Android 6.0 23 M API Changes Android 5.1 22 LOLLIPOP_M ...