mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 20:05:26 +00:00
23 lines
275 B
Plaintext
23 lines
275 B
Plaintext
|
TARGETNAME=IOCTL_fuzzer
|
||
|
TARGETTYPE=DRIVER
|
||
|
DRIVERTYPE=FS
|
||
|
|
||
|
|
||
|
TARGETLIBS=$(TARGETLIBS) \
|
||
|
.\udis86\udis86_i386.lib \
|
||
|
.\udis86\udis86_amd64.lib
|
||
|
|
||
|
|
||
|
|
||
|
SOURCES=driver.c \
|
||
|
common.c \
|
||
|
debug.c \
|
||
|
handlers.c \
|
||
|
hook.c \
|
||
|
log.c \
|
||
|
lst.c \
|
||
|
rng.c \
|
||
|
rules.c \
|
||
|
version.rc
|
||
|
|