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

Switch to delay loading Python27.dll #66

Closed mrexodia closed 1 year ago

mrexodia commented 1 year ago

The new signature checks break this plugin. Using the absolute path extracted from the registry to load Python27.dll would fix this.

Reference: https://github.com/x64dbg/x64dbg/issues/3047