IDC  Interactive Decompilation Tool
The IDC tool is an interactive decompiler, where the user starts with an almost literal translation of Assembly code in C language, which he progressively decompiles by the successive application of low-level refactorings, ultimately leading to high-level C code.
The current main features of IDC are:
* Import Intel IA32 Assembly code, in the AT&T syntax  the syntax normally generated by the gcc compiler for the Intel IA32 architecture.
* Visualize and export quasi-C language code.
* Provides a context-sensitive refactoring browser to a set low-level refactorings.
* Visualize and manipulate the Control Flow Graph (CFG) and the Abstract Syntax Tree (AST).
645 views
Post new comment