登录
首页 » Visual C++ » SSDTHook

SSDTHook

于 2012-06-25 发布 文件大小:817KB
0 257
下载积分: 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 个回复

  • keycontrol
    使用键盘钩子来接收键盘上的所有输入,进行键盘控制,可以使用这样的功能来做游戏外挂等(Use the keyboard hook to receive all input on the keyboard, the keyboard controls, you can use this function to do the game plug-in, etc.)
    2011-11-28 10:56:30下载
    积分:1
  • apispy32
    又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子( An interception replaces the api function the procedure, contains 95 and the NT edition, but also brings a screen to take the word the example )
    2020-06-26 11:20:01下载
    积分:1
  • AMF-Format
    AMF消息格式说明,包含各种格式的消息。(AMF message format that contains a variety of formatted messages.)
    2013-08-20 11:37:47下载
    积分:1
  • HOOK
    全局HOOK一个经典例子,再加一些本人的小修改,希望对跟我一样初学者有帮助.(HOOK A classic example of the overall situation, together with some small modifications, I hope, like me have to help beginners.)
    2008-05-28 11:52:38下载
    积分:1
  • KeyHook0
    一个简单得键盘钩子程序 仅供初级得学习使用(a simple procedure in keyboard hook only in the initial learning)
    2006-05-31 23:00:14下载
    积分:1
  • DRIVER
    hook硬盘序列号的驱动,支持win7、xp、2000等操作系统(support win7 system)
    2020-11-27 02:39:31下载
    积分:1
  • 20105127599568
    基本上常用的API函数,都整合进了DLL中,就类似MFC,想必会VC的就知道了,与大家共享下,为大家提供方便 (Basically, common API functions are integrated into the DLL, on similar MFC, would have been a VC' s will know and share, the convenience for everyone)
    2010-05-15 10:29:39下载
    积分:1
  • BlobalHook
    全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK(Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK)
    2008-07-31 23:05:21下载
    积分:1
  • keyhook
    VC++实现的键盘钩子,大伙可以看看,参考下,控制键盘哪个键不能动的好程序(VC++ implemented keyboard hook, and everyone can take a look at the control which keyboard key can not program, refer to the following)
    2013-03-20 16:13:19下载
    积分: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
  • 696516资源总数
  • 106409会员总数
  • 8今日下载