/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/Callbacks/plugcbdebugevent.rst
12 строк
272 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
PLUG_CB_DEBUGEVENT ================== Called on any debug event, even the ones that are handled internally. Avoid doing stuff that takes time here, this will slow the debugger down a lot!: :: struct PLUG_CB_DEBUGEVENT { DEBUG_EVENT* DebugEvent; };