mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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:
+3
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user