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

Break infinite loop #48

Open ElvisBlue opened 4 years ago

ElvisBlue commented 4 years ago

Sometime there is an accident while coding (for example infinite loop) cause the python hanging. It would be nice if there is a button/command to stop current python code.