CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - loading

搜索资源列表

  1. code_format_disk

    0下载:
  2. 磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdri
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:蒋美娟
  1. APIHooker

    0下载:
  2. 文件监测钩子 注入DLL使用的是 CreateRemoteThread 跨进程建立对DLL 的加载-document monitoring hook into DLL using the inter-process CreateRemoteThread establish the right DLL loading
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:30.85kb
    • 提供者:zhouyan
  1. HOOK_class

    0下载:
  2. 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a fu
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:53.98kb
    • 提供者:黄海
  1. SystemModulesSee

    0下载:
  2. 获得所有windows加载的内核模块信息。 一个不错的学习windows驱动程序和windows内核的代码。-access to all windows kernel module loading information. A good learning windows driver and windows kernel code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:45.96kb
    • 提供者:yunzhang
  1. UnLoadDll

    0下载:
  2. 卸载其他进程的加载的DLL 平时都是其他人遍的程序注入我们自己的进程空间 现在我们可以通过这个方法卸载他人注入的d-other unloading process of loading the DLL peacetime are other people all over the procedures into the process of our own space now We can in this way by unloading others injected d
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26.74kb
    • 提供者:lyyer
  1. HookDaemon

    1下载:
  2. 压缩包内为键盘钩子的动态库和加载程序,可记录所有键盘击键记录.稍加修改即可监视各种进程.-compressed keyboard hook for the dynamic database and loading procedures, can record all keyboard keystrokes recorded. slightly modified processes can be monitored.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:70.76kb
    • 提供者:王钢
  1. HookMouseMoveEvent

    0下载:
  2. 实现对鼠标的HOOK.一个动态库和一个加载程序.-achieve the right mouse HOOK. A dynamic database and a loading procedures.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:70.69kb
    • 提供者:王钢
  1. DLL封装窗口

    0下载:
  2. 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载*前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:160.86kb
    • 提供者:黄春标
  1. KeyboardHook

    0下载:
  2. 全局键盘钩子实例代码,包括钩子的装载与卸除-Global keyboard hook sample code, including the loading and removable hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:236.85kb
    • 提供者:yewenlin
  1. Prevent_Loadhook

    0下载:
  2. 阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:11.77kb
    • 提供者:高军
  1. windows_kernel_tool

    2下载:
  2. 一:SSDT表的hook检测和恢复 二:IDT表的hook检测和恢复 三:系统加载驱动模块的检测 四:进程的列举和进程所加载的dll检测 -1: SSDT table hook detection and recovery 2: IDT table hook detection and recovery 3: System load driver module test 4: the process list and the process of loading the dll
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:2.19mb
    • 提供者:虫子
  1. DrvFltIp

    0下载:
  2. 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。   2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).   3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18.41kb
    • 提供者:test
  1. DLLhook

    0下载:
  2. 通过动态加载DLL库,设置一个钩子的实例-Dynamic loading through the DLL library, set up an example of a hook
  3. 所属分类:Hook api

    • 发布日期:2017-12-16
    • 文件大小:1.26mb
    • 提供者:wolf
  1. Rootkit端口隐藏技术

    0下载:
  2. ROOTKIT 利用hook技术可以隐藏指定的端口 需要以驱动加载的形式把hook加载进内核 这里利用了insdrv工具(The ROOTKIT uses hook technology to hide the specified port and needs to load the hook into the kernel in the form of driver loading using the insdrv tool)
  3. 所属分类:钩子与API截获

    • 发布日期:2020-11-22
    • 文件大小:1.55mb
    • 提供者:光帅帅
搜珍网 www.dssz.com