Decompiler reads program binaries, decompiles them, infers data types, and emits 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.
Comments