This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
0.4
- Added support for decompilation of raw machine code (the
raw
mode). - Added support for generating and downloading of control-flow graphs.
- Added support for generating and downloading of a call graph.
- Added support for selecting the format of the generated call and control-flow graphs.
- Added support for selecting a different style for naming of variables.
- Added support for selecting the type of optimizations to be performed by the decompiler.
- Added support for decompilation of unreachable functions.
- Added support for disabling the emission of addresses in the generated code.
- Added support for selecting functions to be decompiled.
- Added support for selecting address ranges to be decompiled.
- Added support for choosing what should be decoded in selective decompilation.
- Improved error messages in exceptions.