登录
首页 » Visual C++ » SSDTHook

SSDTHook

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

  • srcUDiskCpyManager_V2013_1012_1653
    防止向U盘中拷贝文件, Hook Win32API, 实现在WinXp下U盘 DLP Hook函数列表:CopyFileExW Win7(x86/x64)下U盘DLP Hook函数列表: CoCreateInstance, IFileOperation::CopyItems IFileOperation::MoveItems IFileOperation::NewItem IFileOperation::RenameItem (U disk to copy files to prevent, Hook Win32API, U disk under WinXp achieve DLP Hook Function list: CopyFileExW Win7 (x86/x64) under U disk DLP Hook Function list: CoCreateInstance, IFileOperation :: CopyItems IFileOperation :: MoveItems IFileOperation: : NewItem IFileOperation :: RenameItem)
    2021-01-27 11:38:35下载
    积分:1
  • 111111
    说明:  关于DLL解释得比较好的文章,天天和dll文件打交道,究竟有多少人清楚的知道它的作用和原理呢,本文深入浅出,能学习到钩子的原理!(DLL good explanation on the article, dealing with every day, and the dll file, how many people know exactly what its role and principles, this article easy to understand, to learn the principles of the hook!)
    2011-03-03 21:39:55下载
    积分:1
  • FIREDLL
    使用windows Hook,监视IE或其他浏览器的地址栏,发现有www或http字样的,则更改这些url,使之不能访问相应的url(IEwindows HookIEwindows)
    2015-05-27 18:47:08下载
    积分:1
  • Layman
    采用比较浅显易懂的方式讲解了VC++里面怎样进行dll编程。(The use of relatively easy to understand way which explains how the VC++ dll programming.)
    2011-09-29 13:40:17下载
    积分:1
  • vb-Screen-Translation-Function
    运用金山的dll,让vb实现屏幕取词功能,缺点是360会阻拦(Jinshan to use the dll, so that vb achieve getWord function will block the drawback is that 360)
    2011-08-12 06:51:56下载
    积分:1
  • APIHOOK
    APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
    2013-08-28 14:12:10下载
    积分:1
  • remoteDesktop_GDI32_mirrorDriver
    屏幕录制,远程桌面传输,基于Windows图形驱动的屏幕截图技术,api hook,win32 gdi ,mirrorDriver(Screen recording, remote desktop transmission, based on the Windows graphics driver screenshots technology, api hook, win32 gdi, mirrorDriver)
    2020-06-26 14:20:01下载
    积分:1
  • bypass_easyhook
    bypass windows hook engines which if the LoaderLock is held not executes the hook handler.
    2010-06-19 19:28:37下载
    积分:1
  • AMF-Format
    AMF消息格式说明,包含各种格式的消息。(AMF message format that contains a variety of formatted messages.)
    2013-08-20 11:37:47下载
    积分: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
  • 696518资源总数
  • 106155会员总数
  • 8今日下载