mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
9eeac62fd9
* added Restart and Set Token menu items * KphOpenTokenEx now creates an access state - limited user accounts now have complete admin access to processes and tokens * fixed problem where if a process image file can't be accessed because of permissions PH says it's packed * fixed problem with .NET executables not being recognized git-svn-id: svn://svn.code.sf.net/p/processhacker/code@627 21ef857c-d57f-4fe0-8362-d861dc6d29cd
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
TARGETNAME=kprocesshacker
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=.\
|
|
|
|
INCLUDES=$(DDK_INC_PATH)
|
|
LIBS=%BUILD%\lib
|
|
|
|
SOURCES= \
|
|
kprocesshacker.c \
|
|
kph_nt.c
|