Windows-Rootkits/KiFastCallEntry/sources
2016-08-28 22:37:33 +08:00

13 lines
193 B
Plaintext

TARGETNAME=Monitor
#TARGETPATH=$(BASEDIR)\lib
TARGETPATH=obj
TARGETTYPE=DRIVER
LINKER_FLAGS=/integritycheck
INCLUDES=.\
SOURCES= \
Monitor.c \
Common.c \
HookKiFastCallEntry.c