mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
10 lines
261 B
ReStructuredText
10 lines
261 B
ReStructuredText
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;
|
|
};
|