Desquirr Plugin
Program-Transformation.Org: The Program Transformation Wiki
http://www.2good.com/software/desquirr
Desquirr is a decompiler plugin for
IDA Pro.
It is written by
David Eriksson as part of a Master Thesis in Software Engineering.
It is capable of simple
data flow analysis of x86 machine code,
which allows more complex expressions to be developed.
It recognises high level structures such as for loops, though these are
emitted as gotos with comments.
It is released with an MIT license.
CategoryDecompilation