Jump to content
Nytro

C4 Decompiler

Recommended Posts

  • General Machine Code to C Decompiler
  • Free Windows I64 target edition
  • Interactive Windows GUI

C Decompiler Features

Global Analysis

While function analysis alone provides information of the function’s control flow, only global program analysis can reveal the full details of the function’s interaction with the program.

Type Detection and Propagation

Data types are deduced from operations performed on the data and then propagated and synchronized globally.

Full Data Flow Analysis

Machine code has to work around CPU characteristics like the limited number of registers or operator location restrictions. Full data flow analysis facilitates the elimination of irrelevant data transfers and provides clear and short C code.

Machine Code to C

The low level features of C allow expressing most machine code functions in C. It is not relevant if the function was initially written in C or any other stack frame based language, including Assembler.

Interactive

Static decompilation has its limits and needs user guidance to provide missing context. Interactive manipulations, directly at the source allow you to guide the decompilation process. E.g. change a function’s ABI to restrict its return value locations or add missing destinations to a computed call.

No Compiler Detection

Global analysis provides the information to make compiler based assumptions obsolete. General compiler patterns are only employed as a last resort to resolve situations where information are missing, e.g. both, a called function’s code and its signature are not available.

Function Signatures Library

Detection of known functions from static compiler libraries shortens the decompile process and introduces additional type information. The build-in signature generator enables the user to extend the library with required signatures.

Showcase

Screenshoot-Intractive-977-300x241.png Interactive

Selecting a C source code token highlights related token and shows the properties of the underlying object in a separate view. Tooltips provide quick information for the token under the mouse pointer.

Screenshot-AbiContextMenu-300x200.png

Context Menus

Context Menus are available in the Source View, Function Tree and the Properties View. They are tailored to the selected token and give quick access to the relevant control actions.

Screenshoot-Properties-192x300.png

Properties

All relevant details of a selected token are presented in the Properties View.

Screenshoot-Issues-300x136.png

Issue View

Relevant decompile events are presented by informative Issues and navigation and control actions.

Screenshoot-FunctionTree-232x300.png

Function Tree

The function tree for navigation and quick access to function control actions.

Screenshot-AsmMixIn-300x200.png C/Assembler Mix

The underlying assembler code can be embedded in the generated C code.

Sursa: C4Decompiler, the C Decompiler for Windows x64

Download: Download C Decompiler for Windows – C4Decompiler.com

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...