Topic: [Help] Global hooks under windows
Yo!
I got some working code that basicly hooks CreateProcessW in each process where my DLL is injected l (and DLL is self-injectable so its progressive). So its like super persistance but injecting and hooking in almost all processes can be unstable and hard not-to-notice. So, do you guys have other ways of doing global hooks when for example you want to monitor registry access?
10x