From 7b9cd9ee92e0674be31c19339fe987cb3839cda0 Mon Sep 17 00:00:00 2001 From: wj32 Date: Wed, 21 Jan 2009 21:43:20 +0000 Subject: [PATCH] update HACKING.txt git-svn-id: svn://svn.code.sf.net/p/processhacker/code@561 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/HACKING.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.