登录
首页 » Visual C++ » SSDTHook

SSDTHook

于 2012-06-25 发布 文件大小:817KB
0 274
下载积分: 1 下载次数: 164

代码说明:

  进程隐藏与进程保护(SSDT Hook 实现) 文章目录: 1. 引子 – Hook 技术 2. SSDT 简介 3. 应用层调用 Win32 API 的完整执行流程 4. 详解 SSDT 5. SSDT Hook 原理(SSDT Hook)

文件列表:

HookSSDT
........\Output
........\......\SSDT01.sys,5632,2012-05-29
........\......\SSDTProcess.exe,1805824,2012-05-29
........\SourceCode
........\..........\Ring0
........\..........\.....\SSDT01
........\..........\.....\......\SSDT01.c,10631,2012-05-29
........\..........\.....\......\SSDT01.h,7901,2012-05-29
........\..........\.....\......\SSDT01.reg,147,2011-08-15
........\..........\.....\......\SSDT01.sln,878,2011-08-15
........\..........\.....\......\SSDT01.vcxproj,6842,2012-05-28
........\..........\.....\......\SSDT01.vcxproj.filters,1349,2011-08-16
........\..........\.....\......\SSDT01.Win32.vddklaunch,704,2011-08-20
........\..........\.....\......\SSDTHook.c,1896,2012-05-29
........\..........\.....\......\SSDTHook.h,2311,2012-05-29
........\..........\.....\......\VisualDDKHelpers.h,1055,2011-08-15
........\..........\Ring3
........\..........\.....\SSDTProcess
........\..........\.....\...........\SSDTProcess
........\..........\.....\...........\...........\AboutDialog.cpp,2933,2012-05-29
........\..........\.....\...........\...........\AboutDialog.h,592,2011-09-04
........\..........\.....\...........\...........\ReadMe.txt,3089,2011-08-21
........\..........\.....\...........\...........\res




........\..........\.....\...........\...........\...\SSDTProcess.rc2,678,2011-08-21
........\..........\.....\...........\...........\resource.h,2444,2011-09-04
........\..........\.....\...........\...........\SSDTProcess.cpp,2011,2012-05-29
........\..........\.....\...........\...........\SSDTProcess.h,450,2012-05-29
........\..........\.....\...........\...........\SSDTProcess.rc,11636,2012-05-28
........\..........\.....\...........\...........\SSDTProcess.vcxproj,6345,2012-05-28
........\..........\.....\...........\...........\SSDTProcess.vcxproj.filters,2524,2012-05-28
........\..........\.....\...........\...........\SSDTProcessDlg.cpp,29440,2012-05-29
........\..........\.....\...........\...........\SSDTProcessDlg.h,3926,2012-05-29
........\..........\.....\...........\...........\stdafx.cpp,144,2011-08-21
........\..........\.....\...........\...........\stdafx.h,1616,2012-05-28
........\..........\.....\...........\...........\targetver.h,234,2011-08-21
........\..........\.....\...........\SSDTProcess.sln,900,2011-08-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GetPass
    挂接键盘钩子,轻松记录各种密码的源代码,包括QQ,各种游戏帐号等。(Articulated keyboard hook to easily record the password source code, including QQ, games, etc. account.)
    2009-02-23 14:49:36下载
    积分:1
  • AMF-Format
    AMF消息格式说明,包含各种格式的消息。(AMF message format that contains a variety of formatted messages.)
    2013-08-20 11:37:47下载
    积分:1
  • HookFindFile
    文件HOOK例程HookFindFile.rar,可以直接以VC6编译通过,达到文件隐藏目地。(HOOK routine document HookFindFile.rar, can be passed directly to the VC6 compiled to document the hidden purpose.)
    2009-05-16 14:53:12下载
    积分:1
  • keyboard-Hook
    键盘钩子,比较通用的钩子方法,在热键等场合使用比较广泛。钩子也通常在屏蔽一些按键上使用(keyboard hook)
    2016-03-04 13:58:04下载
    积分:1
  • message
    在应用程序中添加命令范围消息处理函数,不错的东东(Command the scope of application to add the message handler, good stuff)
    2012-07-18 23:01:43下载
    积分:1
  • P3-315
    先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’ ’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 (Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
    2012-06-30 12:33:52下载
    积分:1
  • abc
    VB键盘记录器(无Dll版),有需要的就下载吧。(VB keyloggers (no Dll version), there is a need to download it.)
    2013-08-26 13:28:35下载
    积分:1
  • selport
    在VC++中使用 WINDOWS API 函数对计算机串口进行读写操作(in VC use Windows API functions for serial port of computer literacy operation)
    2007-04-10 11:01:25下载
    积分:1
  • keyboard
    键盘记录源码,更加底层的键盘记录程序。通过Hook API来截获键盘记录。(The keyboard, the bottom of the source record more keylogger. Through the Hook the API to intercept the keyboard records.)
    2011-08-30 15:08:06下载
    积分:1
  • Windows-API-programming
    Windows API 桌面编程,文件中有源代码及说明,适合大家学习使用(Desktop Windows API programming, source code files and instructions for them to learn to use)
    2013-05-28 09:22:24下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载