mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 11:55:26 +00:00
900263ea6f
n/a
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
|
|
|
|
|