Automating x64dbg with x64dbgpython [Serpentine - Flare-On 2024]
For one of the Flare-On Challenges this year, #9 Serpentine, I needed to automate how I interact with my Windows debugger, x64dbg. In this video I'll show how to install the x64dbgpython plugin and start writing scripts that control the debugger with the full power of Python.
x64dbgpython Repo: htt...