Add "Open with IDA" to your Windows context menu.
OpenWithIDA efficiently determines a file's bitness, and proceeds to open it using the correct (32-bit or 64-bit) variant of IDA.
pip install openwithida
You should now have OpenWithIDA installed using the latest IDA version found on your PC.
If not automatically found, you will be prompted to choose your IDA folder.
If you've completely uninstalled the previous version of IDA, the upgrade should be picked up automatically the next time you click "Open with IDA".
If the old version still exists, simply run
pip install --force-reinstall openwithida
To find out the cause for the error, run pip install
with the -v
flag.
Alternatively, run the installer manually (see below).
Manually invoking the installer offers the following additional options:
For usage information, run
python installer.py --help
(Even when pip install
fails to install the context menu extension, installer.py
should be available in the package's installation folder.)