Windows-Rootkits/KiFastCallEntry/sources

13 lines
193 B
Plaintext
Raw Normal View History

2016-08-28 14:37:33 +00:00
TARGETNAME=Monitor
#TARGETPATH=$(BASEDIR)\lib
TARGETPATH=obj
TARGETTYPE=DRIVER
LINKER_FLAGS=/integritycheck
INCLUDES=.\
SOURCES= \
Monitor.c \
Common.c \
HookKiFastCallEntry.c