如何在 windows 10 上为 IDA 安装 IDAPython python 插件

How to install IDAPython a python plugin for IDA on windows 10

我真的卡住了。我一直在搜索帮助我在 IDA 上安装 python 插件的资料(videos/documents)。我尝试了这个 https://github.com/idapython/src/ 并遵循了安装过程,但 IDA 仍然无法找到 python 作为插件。

我在 windows 10 上使用 IDA 免费软件和最新版本的 python。

请帮帮我。

您不需要安装 IDA python。已经为您安装好了。

例如在 OS X 上,路径如下:

ls -1 /Applications/IDA\ Pro\ 7.1/ida.app/Contents/MacOS/python
PyQt5
ida_allins.py
ida_allins.pyc
ida_auto.py
ida_auto.pyc
ida_bytes.py
ida_bytes.pyc
...

但在您的情况下,您应该知道 IDA Free 没有包含 idapython...