Hey, I've been trying to find a way to enumerate installed windows hooks from user-mode on modern Windows 10/11. Specifically low level keyboard/mouse hooks. I've done some research and reversing but keep hitting walls. Everything seems to live in kernel memory with no user-mode API to access it. Is there any known trick or undocumented API to do...