文件名称:ScDetective-master
-
所属分类:
- 标签属性:
- 上传时间:2014-02-18
-
文件大小:315.83kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
ScDetective - Full Source
A kernel level Anti-Rootkit tool which runs on the windows platform.
## Basic information
- GUI : VS2008 - MFC
- Driver :VS2005 - ddkwizard
- DDK Version:7600.16385.1
- Debug : Windbg - VirtualKD - VMware
- Platform :XPSP3 & WIN7
- Finished : 2010.12
- Author: kedebug (Wei Sun)-ScDetective - Full Source
A kernel level Anti-Rootkit tool which runs on the windows platform.
## Basic information
- GUI : VS2008 - MFC
- Driver :VS2005 - ddkwizard
- DDK Version:7600.16385.1
- Debug : Windbg - VirtualKD - VMware
- Platform :XPSP3 & WIN7
- Finished : 2010.12
- Author: kedebug (Wei Sun)
A kernel level Anti-Rootkit tool which runs on the windows platform.
## Basic information
- GUI : VS2008 - MFC
- Driver :VS2005 - ddkwizard
- DDK Version:7600.16385.1
- Debug : Windbg - VirtualKD - VMware
- Platform :XPSP3 & WIN7
- Finished : 2010.12
- Author: kedebug (Wei Sun)-ScDetective - Full Source
A kernel level Anti-Rootkit tool which runs on the windows platform.
## Basic information
- GUI : VS2008 - MFC
- Driver :VS2005 - ddkwizard
- DDK Version:7600.16385.1
- Debug : Windbg - VirtualKD - VMware
- Platform :XPSP3 & WIN7
- Finished : 2010.12
- Author: kedebug (Wei Sun)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ScDetective-master/
ScDetective-master/Common/
ScDetective-master/Common/DataStruct.h
ScDetective-master/Common/IoControlCmd.h
ScDetective-master/Common/MajorFunctionName.h
ScDetective-master/Common/VistaShadowSSDT.h
ScDetective-master/Common/W2K3ShadowSSDT.h
ScDetective-master/Common/W2KShadowSSDT.h
ScDetective-master/Common/Win7ShadowSSDT.h
ScDetective-master/Common/XPShadowSSDT.h
ScDetective-master/Common/ring3common.h
ScDetective-master/README.md
ScDetective-master/ScDetective/
ScDetective-master/ScDetective/ScDetective.sln
ScDetective-master/ScDetective/ScDetective/
ScDetective-master/ScDetective/ScDetective/Function/
ScDetective-master/ScDetective/ScDetective/Function/Driver/
ScDetective-master/ScDetective/ScDetective/Function/Driver/Driver.cpp
ScDetective-master/ScDetective/ScDetective/Function/Driver/Driver.h
ScDetective-master/ScDetective/ScDetective/Function/File/
ScDetective-master/ScDetective/ScDetective/Function/File/File.cpp
ScDetective-master/ScDetective/ScDetective/Function/File/File.h
ScDetective-master/ScDetective/ScDetective/Function/OS/
ScDetective-master/ScDetective/ScDetective/Function/OS/OS.cpp
ScDetective-master/ScDetective/ScDetective/Function/OS/OS.h
ScDetective-master/ScDetective/ScDetective/Function/PE/
ScDetective-master/ScDetective/ScDetective/Function/PE/PE.cpp
ScDetective-master/ScDetective/ScDetective/Function/PE/PE.h
ScDetective-master/ScDetective/ScDetective/Function/module/
ScDetective-master/ScDetective/ScDetective/Function/module/Module.cpp
ScDetective-master/ScDetective/ScDetective/Function/module/Module.h
ScDetective-master/ScDetective/ScDetective/Function/module/Process.cpp
ScDetective-master/ScDetective/ScDetective/Function/module/Process.h
ScDetective-master/ScDetective/ScDetective/Function/ssdt/
ScDetective-master/ScDetective/ScDetective/Function/ssdt/ssdt.cpp
ScDetective-master/ScDetective/ScDetective/Function/ssdt/ssdt.h
ScDetective-master/ScDetective/ScDetective/Page1.cpp
ScDetective-master/ScDetective/ScDetective/Page1.h
ScDetective-master/ScDetective/ScDetective/Page2.cpp
ScDetective-master/ScDetective/ScDetective/Page2.h
ScDetective-master/ScDetective/ScDetective/Page3.cpp
ScDetective-master/ScDetective/ScDetective/Page3.h
ScDetective-master/ScDetective/ScDetective/Page4.cpp
ScDetective-master/ScDetective/ScDetective/Page4.h
ScDetective-master/ScDetective/ScDetective/Page5.cpp
ScDetective-master/ScDetective/ScDetective/Page5.h
ScDetective-master/ScDetective/ScDetective/PageFile.cpp
ScDetective-master/ScDetective/ScDetective/PageFile.h
ScDetective-master/ScDetective/ScDetective/ReadMe.txt
ScDetective-master/ScDetective/ScDetective/ScDetective.aps
ScDetective-master/ScDetective/ScDetective/ScDetective.cpp
ScDetective-master/ScDetective/ScDetective/ScDetective.h
ScDetective-master/ScDetective/ScDetective/ScDetective.rc
ScDetective-master/ScDetective/ScDetective/ScDetective.vcproj
ScDetective-master/ScDetective/ScDetective/ScDetectiveDlg.cpp
ScDetective-master/ScDetective/ScDetective/ScDetectiveDlg.h
ScDetective-master/ScDetective/ScDetective/res/
ScDetective-master/ScDetective/ScDetective/res/1442.ico
ScDetective-master/ScDetective/ScDetective/res/870.ico
ScDetective-master/ScDetective/ScDetective/res/ScDetective.ico
ScDetective-master/ScDetective/ScDetective/res/ScDetective.rc2
ScDetective-master/ScDetective/ScDetective/res/disk.ico
ScDetective-master/ScDetective/ScDetective/res/dvd.ico
ScDetective-master/ScDetective/ScDetective/res/floder.ico
ScDetective-master/ScDetective/ScDetective/res/floppy.ico
ScDetective-master/ScDetective/ScDetective/res/pc.ico
ScDetective-master/ScDetective/ScDetective/res/remote.ico
ScDetective-master/ScDetective/ScDetective/res/remove.ico
ScDetective-master/ScDetective/ScDetective/resource.h
ScDetective-master/ScDetective/ScDetective/stdafx.cpp
ScDetective-master/ScDetective/ScDetective/stdafx.h
ScDetective-master/ScDetective/ScDetective/targetver.h
ScDetective-master/ScDetective_Driver/
ScDetective-master/ScDetective_Driver/ScDetective.sln
ScDetective-master/ScDetective_Driver/ScDetective.suo
ScDetective-master/ScDetective_Driver/ScDetective/
ScDetective-master/ScDetective_Driver/ScDetective/File/
ScDetective-master/ScDetective_Driver/ScDetective/File/File.c
ScDetective-master/ScDetective_Driver/ScDetective/File/File.h
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/HookEngine.c
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/HookEngine.h
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/LDasm.c
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/LDasm.h
ScDetective-master/ScDetective_Driver/ScDetective/Memory/
ScDetective-master/ScDetective_Driver/ScDetective/Memory/memory.c
ScDetective-master/ScDetective_Driver/ScDetective/Memory/memory.h
ScDetective-master/ScDetective_Driver/ScDetective/Process/
ScDetective-master/ScDetective_Driver/ScDetective/Process/Module.c
ScDetective-master/ScDetective_Driver/ScDetective/Process/Process.c
ScDetective-master/ScDetective_Driver/ScDetective/Process/Process.
ScDetective-master/Common/
ScDetective-master/Common/DataStruct.h
ScDetective-master/Common/IoControlCmd.h
ScDetective-master/Common/MajorFunctionName.h
ScDetective-master/Common/VistaShadowSSDT.h
ScDetective-master/Common/W2K3ShadowSSDT.h
ScDetective-master/Common/W2KShadowSSDT.h
ScDetective-master/Common/Win7ShadowSSDT.h
ScDetective-master/Common/XPShadowSSDT.h
ScDetective-master/Common/ring3common.h
ScDetective-master/README.md
ScDetective-master/ScDetective/
ScDetective-master/ScDetective/ScDetective.sln
ScDetective-master/ScDetective/ScDetective/
ScDetective-master/ScDetective/ScDetective/Function/
ScDetective-master/ScDetective/ScDetective/Function/Driver/
ScDetective-master/ScDetective/ScDetective/Function/Driver/Driver.cpp
ScDetective-master/ScDetective/ScDetective/Function/Driver/Driver.h
ScDetective-master/ScDetective/ScDetective/Function/File/
ScDetective-master/ScDetective/ScDetective/Function/File/File.cpp
ScDetective-master/ScDetective/ScDetective/Function/File/File.h
ScDetective-master/ScDetective/ScDetective/Function/OS/
ScDetective-master/ScDetective/ScDetective/Function/OS/OS.cpp
ScDetective-master/ScDetective/ScDetective/Function/OS/OS.h
ScDetective-master/ScDetective/ScDetective/Function/PE/
ScDetective-master/ScDetective/ScDetective/Function/PE/PE.cpp
ScDetective-master/ScDetective/ScDetective/Function/PE/PE.h
ScDetective-master/ScDetective/ScDetective/Function/module/
ScDetective-master/ScDetective/ScDetective/Function/module/Module.cpp
ScDetective-master/ScDetective/ScDetective/Function/module/Module.h
ScDetective-master/ScDetective/ScDetective/Function/module/Process.cpp
ScDetective-master/ScDetective/ScDetective/Function/module/Process.h
ScDetective-master/ScDetective/ScDetective/Function/ssdt/
ScDetective-master/ScDetective/ScDetective/Function/ssdt/ssdt.cpp
ScDetective-master/ScDetective/ScDetective/Function/ssdt/ssdt.h
ScDetective-master/ScDetective/ScDetective/Page1.cpp
ScDetective-master/ScDetective/ScDetective/Page1.h
ScDetective-master/ScDetective/ScDetective/Page2.cpp
ScDetective-master/ScDetective/ScDetective/Page2.h
ScDetective-master/ScDetective/ScDetective/Page3.cpp
ScDetective-master/ScDetective/ScDetective/Page3.h
ScDetective-master/ScDetective/ScDetective/Page4.cpp
ScDetective-master/ScDetective/ScDetective/Page4.h
ScDetective-master/ScDetective/ScDetective/Page5.cpp
ScDetective-master/ScDetective/ScDetective/Page5.h
ScDetective-master/ScDetective/ScDetective/PageFile.cpp
ScDetective-master/ScDetective/ScDetective/PageFile.h
ScDetective-master/ScDetective/ScDetective/ReadMe.txt
ScDetective-master/ScDetective/ScDetective/ScDetective.aps
ScDetective-master/ScDetective/ScDetective/ScDetective.cpp
ScDetective-master/ScDetective/ScDetective/ScDetective.h
ScDetective-master/ScDetective/ScDetective/ScDetective.rc
ScDetective-master/ScDetective/ScDetective/ScDetective.vcproj
ScDetective-master/ScDetective/ScDetective/ScDetectiveDlg.cpp
ScDetective-master/ScDetective/ScDetective/ScDetectiveDlg.h
ScDetective-master/ScDetective/ScDetective/res/
ScDetective-master/ScDetective/ScDetective/res/1442.ico
ScDetective-master/ScDetective/ScDetective/res/870.ico
ScDetective-master/ScDetective/ScDetective/res/ScDetective.ico
ScDetective-master/ScDetective/ScDetective/res/ScDetective.rc2
ScDetective-master/ScDetective/ScDetective/res/disk.ico
ScDetective-master/ScDetective/ScDetective/res/dvd.ico
ScDetective-master/ScDetective/ScDetective/res/floder.ico
ScDetective-master/ScDetective/ScDetective/res/floppy.ico
ScDetective-master/ScDetective/ScDetective/res/pc.ico
ScDetective-master/ScDetective/ScDetective/res/remote.ico
ScDetective-master/ScDetective/ScDetective/res/remove.ico
ScDetective-master/ScDetective/ScDetective/resource.h
ScDetective-master/ScDetective/ScDetective/stdafx.cpp
ScDetective-master/ScDetective/ScDetective/stdafx.h
ScDetective-master/ScDetective/ScDetective/targetver.h
ScDetective-master/ScDetective_Driver/
ScDetective-master/ScDetective_Driver/ScDetective.sln
ScDetective-master/ScDetective_Driver/ScDetective.suo
ScDetective-master/ScDetective_Driver/ScDetective/
ScDetective-master/ScDetective_Driver/ScDetective/File/
ScDetective-master/ScDetective_Driver/ScDetective/File/File.c
ScDetective-master/ScDetective_Driver/ScDetective/File/File.h
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/HookEngine.c
ScDetective-master/ScDetective_Driver/ScDetective/HookEngine/HookEngine.h
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/LDasm.c
ScDetective-master/ScDetective_Driver/ScDetective/LDasm/LDasm.h
ScDetective-master/ScDetective_Driver/ScDetective/Memory/
ScDetective-master/ScDetective_Driver/ScDetective/Memory/memory.c
ScDetective-master/ScDetective_Driver/ScDetective/Memory/memory.h
ScDetective-master/ScDetective_Driver/ScDetective/Process/
ScDetective-master/ScDetective_Driver/ScDetective/Process/Module.c
ScDetective-master/ScDetective_Driver/ScDetective/Process/Process.c
ScDetective-master/ScDetective_Driver/ScDetective/Process/Process.
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.