This repository has been 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
Test
service: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()
raiseMissingParameterError
when the input file is not given.- Re-formatted the progress-log output from the
decompiler
tool to ensure that the[OK]
parts are aligned properly.