Files
hacksysteam-HackSysExtremeV…/Driver/Source/sources
T
2015-06-04 12:05:15 +05:30

29 lines
794 B
Plaintext

#
# ## ## ######## ## ## ########
# ## ## ## ## ## ## ##
# ## ## ## ## ## ## ##
# ######### ###### ## ## ## ##
# ## ## ## ## ## ## ##
# ## ## ## ## ## ## ##
# ## ## ######## ### ########
# HackSys Extreme Vulnerable Driver
#
TARGETNAME = HackSysExtremeVulnerableDriver
TARGETPATH = drv
TARGETTYPE = DRIVER
SOURCES = PoolOverflow.c \
UseAfterFree.c \
StackOverflow.c \
TypeConfusion.c \
StackOverflowGS.c \
IntegerOverflow.c \
ArbitraryOverwrite.c \
NullPointerDereference.c \
HackSysExtremeVulnerableDriver.c \
!if defined(SECURE)
C_DEFINES=$(C_DEFINES) -DSECURE=1
!endif