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进行手动注入进行渗透,觉得直接运用浏览器的插件进行渗透测试有很多优点,既可以直接在前端进行注入等操作,也可以省却了寻找各种工具的麻烦.前端还是最直接的!于是这 ...
随机推荐
- Behind RabbitMQ Exchange Types
what's the underlying philosophy behind "exchange types"? In a word, it is all about imple ...
- redis系列-主从复制
redis自身提供了主从的机制,通过配置可以实现服务的备份(Master->Slave). 配置项 slaveof <masterip> <masterport> mas ...
- js 把url参数转对象
//注意url中要含? function getParameterByName(name, url) { if (!url) { url = win ...
- Java框架介绍-13个不容错过的框架项目
本文转自互联网,个人收藏所用. 下面,我们将一同分享各有趣且颇为实用的Java库,大家请任取所需.不用客气~ 1.极致精简的Java Bootique是一项用于构建无容器可运行Java应用的极简技术. ...
- 我心中的核心组件(可插拔的AOP)~第四回 异常拦截器
回到目录 之前说过有关拦截器的文章,第二回 缓存拦截器,事实上,在那讲里说的最多是AOP和缓存组件,对于拦截的概念并没有详细的说明,这一讲,不说AOP,主要说一下拦截器,拦截器Interceptio ...
- Docker镜像
docker镜像123? 额,由于没有实验环境,没有亲手实践,因此理解可能有不对的地方. 反正也是学习笔记,以后再修改吧... docker的镜像跟virtualbox的镜像不一样.在虚拟机中,镜像是 ...
- Java程序员的日常——存储过程知识普及
存储过程是保存可以接受或返回用户提供参数的SQL语句集合.在日常的使用中,经常会遇到复杂的业务逻辑和对数据库的操作,使用存储过程可以进行封装.可以在数据库中定义子程序,然后把子程序存储在数据库服务器, ...
- [全文检索]Lucene基础入门.
本打算直接来学习Solr, 现在先把Lucene的只是捋一遍. 本文内容: 1. 搜索引擎的发展史 2. Lucene入门 3. Lucene的API详解 4. 索引调优 5. Lucene搜索结果排 ...
- Atitit。木马病毒原理机密与概论以及防御
Atitit.木马病毒原理机密与概论以及防御 1. 定时截屏木马1 1.1. QQ聊天与微信聊天木马1 2. 文档木马1 3. 病毒木马的触发方式2 4. 远程木马2 5. 漏洞木马2 6. 病毒木马 ...
- Linux常用命令01
Linux对于我们来说,就是跑程序的运行平台,简单的来说,就是服务器,自己也没怎么系统的学习Linux的命令,随着项目的需要, 比如要查找日志,哪里出问题了,哪里报错了,因此自己也慢慢地懂一些常用的L ...