我有 IDA 6.95、Python 2.7 和 Python 3.7。
目前,当我启动 IDA 时,它使用 Python 2.7:
-----------------------------------------------------------------------------------------
Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)]
IDAPython v1.7.0 final (serial 0) (c) The IDAPython Team <idapython@googlegroups.com>
-----------------------------------------------------------------------------------------
我想将其更改为 3.7。
我尝试这样做idapyswitch.exe
但失败了:
C:\Program Files (x86)\IDA 6.95>idapyswitch.exe --force-path "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\python3.dll"
Cannot determine python library version for "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\python3.dll": DLLs in directory "C:\Users\user1\AppData\Local\Programs\Python\Python37-32" do not have the x86_64 architecture
我该如何更改它,我不明白文件的架构有什么问题?