Boomerang

From MultimediaWiki
Revision as of 06:15, 21 February 2006 by 130.240.197.203 (talk) (Adding skeleton and some info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Boomerang aims to be a fully fledged decompiler. It's not yet able to produce perfect code, but it's output can be useful anyway. Compiling boomerang can be abit difficult so the precompiled versions can be used instead.

Basic usage

Boomerang can often lockup or crach when run so the recomended way is to try on a reduced call tree. To do that use ./boomerang -e and the hex address of the function. To locate candidate functions use IDA Pro with it's graphing functions.