У нас вы можете посмотреть бесплатно Automating x64dbg with x64dbgpython [Serpentine - Flare-On 2024] или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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: https://github.com/ElvisBlue/x64dbgpy... Flare-On 2024 Solutions: https://0xdf.gitlab.io/flare-on-2024/ Final Tracer Script: https://gitlab.com/0xdf/ctfscripts/-/... ☕ Buy Me A Coffee: https://www.buymeacoffee.com/0xdf [00:00] Introduction [01:39] Installing plugin [02:20] HelloWorld examples [04:28] Strategy: test.py [05:48] Quick binary overview [09:10] Demo script [15:27] Walking through final script [20:21] Conclusion #x64dbg #ctf #python