Skip to content

Releases: avast/retdec-idaplugin

v1.0-ida80

30 Aug 15:10
Compare
Choose a tag to compare

Version 1.0 built with IDA SDK 8.0 for IDA 8.0.

Windows Requirements:

  • OpenSSL version 3.0 (You may use binary release like this)

v1.0-ida77

30 Aug 14:53
Compare
Choose a tag to compare

Version 1.0 built with IDA SDK 7.7 for IDA 7.7.

Windows Requirements:

  • OpenSSL version 3.0 (You may use binary release like this)

v1.0

18 Aug 11:26
Compare
Choose a tag to compare
  • RetDec is now a stand-alone plugin - i.e. a separate RetDec installation is not required.
  • Improve GUI interactions.
  • Allow arm64 decompilation.

For more details, see the full changelog.

Also, check out the v1.0 introductory blog post: https://engineering.avast.io/retdec-ida-plugin-v1-0-is-out/

v0.9

19 Mar 17:14
Compare
Choose a tag to compare
  • Allow x86-64 decompilation.

v0.8

21 Jan 09:05
Compare
Choose a tag to compare
  • Added a 64-bit address space version of RetDec IDA plugin (#21).
  • Added support for decompilation of Mach-O binary files (#11).

v0.7

05 Sep 09:02
Compare
Choose a tag to compare
  • Enhancement: Make it possible to set a path to the Python 3 interpreter in the plugin's configuration dialog.
  • Fix: Python interpreter invocation-related bugs.

For more details, see the full changelog.

v0.6

16 Aug 09:58
Compare
Choose a tag to compare
  • Updated plugin in order to work with the new Python implementation of RetDec scripts.
  • Added support for macOS.

For more details, see the full changelog.

v0.5

07 Jun 09:56
Compare
Choose a tag to compare
  • RetDec IDA plugin reimplemented in IDA SDK 7.0. Now it works in IDA 7.x.
  • Dropped support for IDA 6.x.
  • Dropped support for remote API decompilation.

For more details, see the full changelog.

v0.4

14 Dec 09:19
Compare
Choose a tag to compare

Warning: RetDec's decompilation service will soon be terminated and remote decompilation will no longer work. Use the latest version of RetDec IDA plugin instead.

  • Added support for local decompilations. Requires locally installed RetDec.