1

I have Ida Pro 7.3 but at the bottom of windows, I see that I can run only the IDC script.

  • How can I add Python to Ida ?
  • Can I run Python script via IDA ?
3
  • 2
    I believe that you can only use Python 2.7 - not Python 3.X - with Ida 7.3 Commented Aug 23, 2021 at 22:19
  • @fpmurphy . I can't use even python 2.7. Commented Aug 24, 2021 at 4:55
  • 1
    @yfr24493AzzrggAcom Make sure you have installed the correct version (32/64 bit) depending on the Ida executable you use. Commented Aug 24, 2021 at 18:20

2 Answers 2

2

Hmm, the setup should register it for you (and even bundle the Python 3 setup). If it didn't you can point it to the appropriate python3.dll by using the Python3TargetDLL (REG_SZ) value at HKEY_CURRENT_USER\Software\Hex-Rays\IDA.

So for a current Python 3.10.x you could set it to the value C:\Program Files\Python310\python3.dll. After a restart IDA should pick up on it.

You didn't specify the OS you run on, so I am assuming Windows.

0

for me, i just add Python path into system environment path. Install Python2 and Python3 if you don't sure which Python should be :p

1
  • I have python in PATH but that not help.... Commented Aug 24, 2021 at 16:19

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.