首页
社区
课程
招聘
[转帖]C4Decompiler - A Machine Code Decompiler
发表于: 2012-11-22 18:00 2759

[转帖]C4Decompiler - A Machine Code Decompiler

2012-11-22 18:00
2759
C4Decompiler - A Machine Code Decompiler
C4Decompiler is a general, interactive Machine Decompiler for Intel IA Processors (x86 based). It accepts obj and exe files as input, performs a static analysis and generates C source code as output.

Interact with the C4Decompiler to:

· Navigate the generated C source code and the corresponding Assembler code.
· Access detailed information about program elements like functions, variables, ...
· Take corrective actions for any decompile issue.
· Augment C4Decompiler’s static analysis results with information from other tools like debuggers.

C4Decompiler’s code analysis is open (not pattern based) and compiler agnostic. The unbiased, global analysis works with a minimal set of assumptions build in and is guided by user defined constraints (ABIs).

Complete static data flow analysis eliminates irrelevant code and yields a compact C source.

Most data types, including structures and unions, can be automatically deduced from the code.

The static control flow analysis detects basically all reachable functions automatically. The resulting control flow can then be modified by the user.

The build-in function signature generator allows you to generate complete Function Signatures (incl. data types) for functions in static libraries and DLLs. They save the unnecessary decompiling of known functionality and thereby reduce the overall decompile effort.

http://www.c4decompiler.com/download/C4Decompiler-Free(0.6.0).msi


[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

上传的附件:
收藏
免费 1
支持
分享
最新回复 (4)
雪    币: 231
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
Crashing all the time
2012-12-14 14:55
0
雪    币: 1644
活跃值: (53)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
thanks a lot!
2012-12-20 12:30
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
0.7.2 Alpha Release
by Carsten on 19. July 2013

This is a bug fix release. It addresses most of the user reported problems and handles more functions, but doesn’t improve much the decompile quality.
64-bit Session mode and ABIs added.
Corrected decoding of ‘mov reg, imm64’ instruction.
Added some missing instruction functions.
Exe loader handles ordinal imports from DLLs.
Overlapping Basic Blocks are treated as separate Basic Block instances.
Fixed problem with the CFG column in mixed C/Assembler view.
Fixed the errors for reported bug stack traces.

http://www.c4decompiler.com/downloads/

2013-8-7 01:18
0
雪    币: 8599
活跃值: (5065)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
5
下载试用,谢谢林版。
2013-8-11 22:43
0
游客
登录 | 注册 方可回帖
返回
//