After a program has been thrown into the world in binary form, it can boomerang back as source code. The Boomerang reverse engineering framework is the first general native executable decompiler available to the public.
Decompile win32 program and DLL to C++ step by step. Allow some interactive.
Main functions already work:
*support if/else/for/do/while/break/switch case/continue
*support API
*support C++ head file load
*support standard library function recognize