diff --git a/trunk/HACKING.txt b/trunk/HACKING.txt index 56101856c..c531f6db2 100644 --- a/trunk/HACKING.txt +++ b/trunk/HACKING.txt @@ -20,9 +20,9 @@ GUIDE TO DIRECTORY ORGANIZATION and forcing other processes to start programs of your choosing. * The build script (build.cmd) assumes that you have MinGW installed and have added it to the PATH environment variable. -* KProcessHacker - the kernel-mode component of Process Hacker. Doesn't do - anything useful yet except protect Process Hacker from termination (but - not suspension or remote thread injection). +* KProcessHacker - the kernel-mode component of Process Hacker. Provides + Process Hacker with handle names and (optionally) can unhook syscalls + just for Process Hacker. Only one client can connect at a time, though. * ProcessHacker - contains all of Process Hacker's source code. * Asm - this contains the assembler and disassembler, converted to unsafe C# code from Oleh Yuschuk's Free Disassembler and Assembler.