x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

Unable to change x64dbg.ini Python home #23

Closed wangray closed 6 years ago

wangray commented 6 years ago

I try to point the pythonhome to another Python install folder, but my changes are overridden on next x64dbg restart.

RIght now, I'm being forced to install python in C:\Python27?

mrexodia commented 6 years ago

It shouldn't happen. See findX64dbgPythonHome. If the python home you specified passed isValidPythonHome it should not be reset...

wangray commented 6 years ago

Hm... I tried it a few more times and it worked. Dunno what happened before