Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

0.2

Compare
Choose a tag to compare
@s3rvac s3rvac released this 12 Jun 13:24
· 167 commits to master since this release
  • 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() and Fileinfo.start_analysis() raise MissingParameterError 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.