HOWTO: Implement your own NtOpenProcess in kernel-mode
Writing a system utility but annoyed by the fact that you can’t open the processes of security software and rootkits, instead receiving “Access Deni...
Writing a system utility but annoyed by the fact that you can’t open the processes of security software and rootkits, instead receiving “Access Deni...
How would you get the command line of a process? Some people have suggested that you use remote thread injection, call GetCommandLine(), then IPC the result bac...
<advertisment> I’ve been working a C# program for the past 2 weeks… Process Hacker is a process viewer/manager with special features, includin...