Files
hacksysteam-HackSysExtremeV…/Driver/Source/sources
T
2016-05-09 16:08:54 +05:30

31 lines
877 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 \
UninitializedHeapVariable.c \
UninitializedStackVariable.c \
HackSysExtremeVulnerableDriver.c \
!if defined(SECURE)
C_DEFINES=$(C_DEFINES) -DSECURE=1
!endif