Decompiler is an easy to use application designed to read program binaries, decompile them, infer data types, and emit structured C source code.
The decompiler is designed to be processor- and platform-agnostic. The intent is that you should be able to use it to decompile executables for any processor architecture and not be tied to a particular instruction set.
Although currently only a x86 front end is implemented, there is nothing preventing you from implementing a 68K, Sparc, or VAX front end if you need one.
What's New in This Release: [ read full changelog ]
· Fixes 2998046
· Fixes other bugs that were uncovered by fix to 2998046.