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

Question: Can x64dbgpy do BP Hooks? #24

Closed deeso closed 6 years ago

deeso commented 6 years ago

ImmunityDbg has BpHooks, and I was wondering if your API has anything like this for x64dbg?

mrexodia commented 6 years ago

Probably yes

mrexodia commented 6 years ago

Try it

deeso commented 6 years ago

Can you provide a pointer? I don't see any code in your script API that lets me register a Callback when the BP is hit. Thanks.