# $Id$
TARGETNAME=EasyDebugger
TARGETPATH=..
TARGETTYPE=DRIVER

SOURCES=EasyDebugger.c \
        ntos.c\
        FileSystem.c \
        InlineHook.c \
        InitWindowsVersion.c \
        KernelReload.c\
        Control.c\
        ReLoadSSDTTableHook.c\
        ShadowSSDT.c\
        ldasm.c\
        libdasm.c\
        Protect.c\
        Function.c\
        win32k.c\
        SystemThread.c\
        fixrelocation.c\
        DpcTimer.c \
        FuncAddrValid.c \
        ReLoadShadowSSDTTableHook.c\
        AntiTmd.c\
        KiReadyThread.c \
        ChangeModule.c \
  	MoreOpen.c \
	EnableKrnlDbg.c \
	HideDriver.c \
	PsCtx.c\
	HideProcess.c\
	DbgPort.c \
	FileProtect.c
