Conversation

I need to call a couple of USER32.dll RegisterAbcNotification functions, but I don't want to keep the DLL loaded for security hardening reasons. Wonder what happens if I simply unload it after...
2
1
Replying to
Yep. Trying to enable PROCESS_CREATION_MITIGATION_POLICY_WIN32K_SYSTEM_CALL_DISABLE_ALWAYS_ON even after unloading USER32.dll gives me ERROR_WRITE_PROTECT. And I've had other issues before, it causing child processes not spawning (when running as service).
1