Process Exit Hook
re-enable ExitProcess hook for pre_destroy components event
This commit is contained in:
parent
8fd58c800c
commit
6b8f7ce6cf
@ -54,7 +54,7 @@ namespace
|
||||
{
|
||||
patch_import("user32.dll", "GetSystemMetrics", get_system_metrics);
|
||||
|
||||
//utilities::hook::set(utilities::nt::library{}.get_iat_entry("kernel32.dll", "ExitProcess"), exit_hook);
|
||||
utilities::hook::set(utilities::nt::library{}.get_iat_entry("kernel32.dll", "ExitProcess"), exit_hook);
|
||||
}
|
||||
|
||||
void remove_crash_file()
|
||||
|
Loading…
x
Reference in New Issue
Block a user