Available on the download page, this new version news include:
* Command line interpreter support for --default-to option
* More ARM instructions implemented
* CP/M environment added
* 64-bit Windows enviroment added
Experimental support for running OllyDbg scripts after the image files are loaded has been added.
Mostly a bugfix patch, addresses the broken command-line interpreter and a bunch of irritating failures in type inference.
The biggest news are the introduction of a tabbed GUI interface (à la Visual Studio) replacing the previous MDI interface. It's not complete yet -- in particular, window grouping is not implemented yet.
The command-line client now has support for several switches. Use the command
decompile --help
to find out what these switches are.
Warnings and errors occurring during decompilation are presented in the Diagnostics window. Clicking on a diagnostic takes you to the offending address in memory.
Much improved register parameter handling. In particular, elminated false positives on registers that were thought to emerge from procedures that can be proved to be terminating.
Contains some bugfixes and minor user interface improvements. Keep sending those bug reports!
A simple user's guide has been posted here https://sourceforge.net/apps/mediawiki/decompiler/index.php?title=Main_Page
This new version has a revamped MDI user interface which is less limiting when you wish to view several output windows at once. It also provides improved support for certain x86 floating point instructions.