ramikg / openwithida

Right click -> "Open with IDA"
The Unlicense
25 stars 3 forks source link

Doesn't support v8.1 #1

Closed MisterAero closed 1 year ago

MisterAero commented 1 year ago

ida64.dll was not found how do we manually set the IDA installation path? only before installation?

ramikg commented 1 year ago

ida64.dll was not found

What action triggered this error?
Also, which version of IDA are you using? I've tested on IDA Pro 8.1 and haven't noticed anything wrong.

how do we manually set the IDA installation path? only before installation?

You can manually set the IDA installation path only after installing OpenWithIDA.

To do so:

  1. Locate OpenWithIDA's installer.py. The exact location will depend on your Python environment, but you can use software such as Everything to quickly find it.
  2. Run py installer.py --ida-folder <IDA_FOLDER>, where _IDAFOLDER is some valid IDA installation path.