/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/Callbacks/plugcbunloaddll.rst
10 строк
261 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
PLUG_CB_UNLOADDLL ================= Called on DLL unloading (in the debug loop), before removing the DLL from the internal library list, before breaking on DLL unloading: :: struct PLUG_CB_UNLOADDLL { UNLOAD_DLL_DEBUG_INFO* UnloadDll; };