Skip to content

Releases: ramikg/openwithida

v1.0.0

25 Dec 20:05
Compare
Choose a tag to compare

Changes:

  • The default behavior now depends on the installed IDA version:
    • For IDA < 8.2, the chosen IDA variant depends on the executable's bitness.
    • For IDA 8.2, IDA64 will be used for all files except those with the .idb extension.
    • For IDA 8.3+, IDA64 will be used for all files.
  • The option --use-ida32 has been added to the installer, resorting to the original bitness-based behavior.

v0.4.0

19 Mar 14:06
Compare
Choose a tag to compare

New feature:

  • If a user has upgraded IDA and completely uninstalled the previous version, OpenWithIDA will now point to the newer version.

v0.3.0

30 Oct 16:52
Compare
Choose a tag to compare

New features:

  • Prompt user for IDA folder in case it wasn't automatically found
  • Add option to install OpenWithIDA as an extended verb (i.e. you have to hold Shift to display it)
  • Add option to uninstall the OpenWithIDA context menu extension

v0.2.0

15 Aug 22:31
Compare
Choose a tag to compare

New features:

  • Add access key 'w' for easier mouseless usage
  • Add Python 2 and 3.0 support

v0.1.1

05 Aug 04:29
Compare
Choose a tag to compare

Bug fixes:

  • Create the shell registry key if it doesn't exist.
  • Pass strings instead of WindowsPath objects to subprocess.Popen.
    This unintentionally made the required Python version 3.8 (instead of the intended 3.6).

v0.1

02 Aug 22:38
Compare
Choose a tag to compare

First release