mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-01 06:47:28 +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
|
||
|
|