I hook some ShadowSSDT functions(e.g NtUserPostMessage) in x86 os to protect my process , but in x64 patchguard protects servicetable so that i can't hook any system functions.
Can I filter window message via ObRegisterCallbacks or any other function?
Can I filter window message via ObRegisterCallbacks or any other function?