This repository was archived by the owner on Jul 3, 2022. It is now read-only.
0.2
- Added support for passing a PDB file to decompilations.
- Added support for selecting the target high-level language.
- Added support for selecting the architecture.
- Added support for selecting the file format.
- Added a new method to the
Testservice:echo(). It echoes back the parameters passed via the test/echo service. - Added a summary of the supported parts of the retdec.com API into the documentation.
Decompiler.start_decompilation()andFileinfo.start_analysis()raiseMissingParameterErrorwhen the input file is not given.- Re-formatted the progress-log output from the
decompilertool to ensure that the[OK]parts are aligned properly.