资源简介
界面开发:VS2008 MFC
驱动开发:VS2005 ddkwizard
DDK版本:7600.16385.1
调试工具:Windbg VirtualKD VMware
测试版本:xpsp3 windows7
完成时间:2010.12
软件作者:kedebug sunweiqq@gmail.com
驱动开发:VS2005 ddkwizard
DDK版本:7600.16385.1
调试工具:Windbg VirtualKD VMware
测试版本:xpsp3 windows7
完成时间:2010.12
软件作者:kedebug sunweiqq@gmail.com
驱动包括6大模块:
1、SSDT/ShadowSSDT检测与恢复模块
2、活动进程信息检测与判别模块
3、驱动模块检测与判别模块
4、HookEngine? 模块(部分代码逆向自cnnic流氓驱动)
5、自我保护模块(借鉴FUTo rootkit,采用了大量而又肮脏DKOM技术)
6、文件过滤模块(基于微软sfilter库)(雏形)
代码片段和文件信息
// Page1.cpp : 实现文件
//
#include “stdafx.h“
#include “Page1.h“
#include “ScDetective.h“
#include
extern CDriver theDriver;
extern CStatic* theStatus;
// CPage1 对话框
IMPLEMENT_DYNAMIC(CPage1 CDialog)
CPage1::CPage1(CWnd* pParent /*=NULL*/)
: CDialog(CPage1::IDD pParent)
{
pSsdtName = NULL;
pSsdtNativeAddress = NULL;
NumOfFunName = 0;
NumOfNativeAddress = 0;
memset(StatusBuffer 0 128 * 2);
pSsdtName = GetSsdtNativeFunNames(&NumOfFunName);
pSsdtNativeAddress = GetSsdtNativeFunAddresses(&NumOfNativeAddress);
}
CPage1::~CPage1()
{
if (pSsdtNativeAddress) GlobalFree(pSsdtNativeAddress);
if (pSsdtName) GlobalFree(pSsdtName);
}
void CPage1::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Control(pDX IDC_LIS
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-04-18 07:56 ScDetective-master\
目录 0 2014-04-18 07:56 ScDetective-master\Common\
文件 1778 2014-04-18 07:56 ScDetective-master\Common\DataStruct.h
文件 1930 2014-04-18 07:56 ScDetective-master\Common\IoControlCmd.h
文件 798 2014-04-18 07:56 ScDetective-master\Common\MajorFunctionName.h
文件 23021 2014-04-18 07:56 ScDetective-master\Common\VistaShadowSSDT.h
文件 19177 2014-04-18 07:56 ScDetective-master\Common\W2K3ShadowSSDT.h
文件 34052 2014-04-18 07:56 ScDetective-master\Common\W2KShadowSSDT.h
文件 24969 2014-04-18 07:56 ScDetective-master\Common\Win7ShadowSSDT.h
文件 19203 2014-04-18 07:56 ScDetective-master\Common\XPShadowSSDT.h
文件 491 2014-04-18 07:56 ScDetective-master\Common\ring3common.h
文件 1878 2014-04-18 07:56 ScDetective-master\README.md
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\
文件 879 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective.sln
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\Driver\
文件 5301 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\Driver\Driver.cpp
文件 1262 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\Driver\Driver.h
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\File\
文件 4621 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\File\File.cpp
文件 524 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\File\File.h
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\OS\
文件 4861 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\OS\OS.cpp
文件 462 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\OS\OS.h
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\PE\
文件 3668 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\PE\PE.cpp
文件 443 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\PE\PE.h
目录 0 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\module\
文件 6312 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\module\Module.cpp
文件 579 2014-04-18 07:56 ScDetective-master\ScDetective\ScDetective\Function\module\Module.h
............此处省略105个文件信息
- 上一篇:c++ 滴滴打车 业务
- 下一篇:c++自定义对话框
相关资源
- c++自定义对话框
- c++ 滴滴打车 业务
- 开外挂版走迷宫(c++小游戏源码)
- c++ 彩票游戏(入门级)
- c++ 彩票小游戏(入门级)
- c++ 二十四点小游戏源码
- c++ 清除游戏 源码(入门级)
- C++_各种数据类型_内存_范围
- C语言实现扫雷游戏
- dev-c++ 猜拳游戏
- 猜拳小游戏(Microsoft Visual Studio {Vis
- c++贪吃蛇(入门级)
- Modern+C+++Design中文版(Google C++ 编程规
- 弹球小游戏(c++源码)
- 倒立摆控制代码
- c++ 21点游戏源码(入门级)
- 俄罗斯方块(c++代码)
- 是男人就下100层(小游戏源码)
- c++ 贪吃蛇 控制台小程序源码
- 360新版界面源代码
- 自定义标签
- c++ 走迷宫
- android dlna 源码库
- iOSDiner (商业)
- hal调用底层
- pedometer 计步器
- vc读数据库2
- c++自定义按钮控件
-
c++ postsc
ript转txt - Android 短信开发
评论
共有 条评论