Boomerang

*nix | c, c++ decompiler | open source | windows

Boomerang team

0.3

This project is an attempt to develop a real decompiler for machine code programs through the open source community. A decompiler takes as input an executable file, and attempts to create a high level, compilable, possibly even maintainable source file that does the same thing. It is therefore the opposite of a compiler, which takes a source file and makes an executable. However, a general decompiler does not attempt to reverse every action of the decompiler, rather it transforms the input program repeatedly until the result is high level source code. It therefore won't recreate the original source file; probably nothing like it. It does not matter if the executable file has symbols or not, or was compiled from any particular language. (However, declarative languages like ML are not considered.)

Score: 0.0, votes: 0

tell me more

could u please ell me more about the specification and working and stuff as im quite interested .. thanx 

DINESH HERE

their homepage

You can check the project's homepage

Missing MSVCR71D.dll

I guess you have to have MS Visual Studio installed to run this.  Trying to run the gui exe generates an error "This application has failed to start because MSVCR71D.dll was not found...."

The "D" part is the debug version of the C++ runtime I believe and the only place I know where to get these versions is in Studio.  

Does anyone else have ideas on this?