http://www.2good.com/software/desquirr Desquirr is a decompiler plugin for [[IDAPro][IDA Pro]]. It is written by [[David Eriksson]] as part of a Master Thesis in Software Engineering. It is capable of simple [[DataFlowAnalysis][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. See also the [[DecompilerDesquirrTest][Desquirr test]]. CategoryDecompilation