mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 05:15:28 +00:00
19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
|
TARGETNAME=CheckKernelHook
|
||
|
#TARGETPATH=$(BASEDIR)\lib
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DRIVER
|
||
|
|
||
|
INCLUDES=.\
|
||
|
|
||
|
SOURCES= \
|
||
|
DriverEntry.c \
|
||
|
Common.c \
|
||
|
KernelHookCheck.c \
|
||
|
Reload.c \
|
||
|
FileSystem.c \
|
||
|
FixRelocation.c \
|
||
|
KernelReload.c \
|
||
|
libdasm.c
|
||
|
|
||
|
|