update HACKING.txt

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@561 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-01-21 21:43:20 +00:00
parent 0e42672dab
commit 7b9cd9ee92
+3 -3
View File
@@ -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.