/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/Callbacks/plugcbcreatethread.rst
11 строк
369 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
PLUG_CB_CREATETHREAD ==================== Called after thread creation (in the debug loop), after adding the thread to the internal thread list, before breaking the debugger on thread creation and after setting breakpoints on the thread entry: :: struct PLUG_CB_CREATETHREAD { CREATE_THREAD_DEBUG_INFO* CreateThread; DWORD dwThreadId; };