How do I hook without a process seeing it in the stack?
ex. replace getprocaddress in a process without the call being seen on the stack
Do I hook the stack or use KeAttachStackProcess()?
im kinda new to kernel
ex. replace getprocaddress in a process without the call being seen on the stack
Do I hook the stack or use KeAttachStackProcess()?
im kinda new to kernel