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

搜索资源列表

  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:风影
  1. VB_SubClass

    1下载:
  2. VB演示窗口过程子类化操作的例子。需要在Debug窗口查看演示信息-VB demonstration process-window type of operation examples. In Debug window View Information Demonstration
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.44kb
    • 提供者:全宁
  1. Class_Hook

    0下载:
  2. VB内嵌汇编实现单个类文件实现子类化钩子.-Embedded VB Series achieve single-file-type-type hook.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:cadaver
  1. ReplaceFile

    0下载:
  2. szAppName(进程映像的绝对路径名),type(对文件的操作类型,取值为0到8),flag(访问类型,取值为0或1),szFileName(文件的绝对路径名)-szAppName (the process of mapping the full path), type (the operation of the document type, value for the 0-8), flag (visit types, value of 0 or 1), szFileName (docume
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:49.26kb
    • 提供者:高晓晨
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

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

    0下载:
  2. API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.,API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:12.26kb
    • 提供者:刘应
  1. hookMsgMonitor.rar

    0下载:
  2. 钩子编程的好例子,钩子的种类好多,这个事cbt钩子,用来监视程序端的改变。,Programming hook a good example of the type of hook a lot, this thing cbt hook, used to monitor changes in client program.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:247.46kb
    • 提供者:田志红
  1. BCB写的源程序

    0下载:
  2. BCB写的源程序,获取键盘类型,用的是系统API的方法-BCB write the source, to obtain the keyboard type, use the system API method
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-31
    • 文件大小:200.41kb
    • 提供者:五 要
  1. WH_KEYBOARD_LL

    1下载:
  2. 采用VC6.0编写的一个全局钩子,用以截获键盘的键入消息,经测试可用。-Written by VC6.0 a global hook to intercept the keyboard type information, available via testing.
  3. 所属分类:Hook api

    • 发布日期:2015-02-21
    • 文件大小:2kb
    • 提供者:李成儒
  1. killprocess3

    0下载:
  2. 这个代码能够禁止QQ与IE的运行,当按下SHIFT+空格时禁止,当键入CTRL+ALT+F1时停止功能-This code can run against QQ with IE, when pressing SHIFT+ spaces are prohibited, when you type CTRL+ ALT+ F1 when the stop function
  3. 所属分类:Hook api

    • 发布日期:2017-05-06
    • 文件大小:1.2mb
    • 提供者:普通键盘
  1. KsBinSword

    0下载:
  2. 进程相关函数HOOK代码VOID DisplayProcess() 列举进程 VOID DisplayThread() 列举线程 ULONG GetCidAddr() 列举进程所需要的Cid表 DWORD GetDllFunctionAddress() 主动防御中通过句柄得到路径 PVOID GetDriverBaseAdress() 获取指定驱动基址 DWORD GetPlantformDependentInfo () 获取平台信息 BOOL GetProcessNa
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:166.11kb
    • 提供者:test
  1. MouseHook

    0下载:
  2. delphi做的鼠标钩子,可以查看控件类型-delphi mouse hook to do, you can view the control type
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:340.68kb
    • 提供者:lazymice
  1. SYSENTER-hook

    0下载:
  2. SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:30.31kb
    • 提供者:wu
  1. VBPassword

    1下载:
  2. VB版本的星号查看器, 可以取得坐标, 类型, 句柄, 内容-VB version of the star viewer, you can get coordinates, type, handler, content
  3. 所属分类:Hook api

    • 发布日期:2014-09-25
    • 文件大小:9kb
    • 提供者:赵伟君
  1. hookinfo

    0下载:
  2. 这是一个捕获鼠标键盘消息的钩子实例,可以显示所捕获的钩子的类型,可以手工设置要捕获的类型,很好的例子-This is a news hook to capture mouse and keyboard instance, you can display the type of hook captured, can be manually set to capture the type of good example
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1.07mb
    • 提供者:wangmin
  1. UserHookMonito

    0下载:
  2. 驱动级消息钩子监控源码 XP 32位 可以识别所有的钩子类型-Drive-level message hooks XP 32-bit source monitoring all of the hooks can identify the type of
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:7.56kb
    • 提供者:严凯
  1. LockScreen

    0下载:
  2. 锁屏程序,如果检测到u口插入设备,而且设备类型是hid时,弹出窗口-Lock screen program, if detected u mouth into the device and the device type is hid, pop-up window
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:151.26kb
    • 提供者:you
  1. rinffixToPosse

    0下载:
  2. 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式式,并以字符#表示结束; 输出为后缀表达式形式。 已通过测试。 -Achieve the conversion of infix expression to postfix expression. Requirements: an expression-type keyboard input, and the character# that end output to postfix expression in the form.
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:756byte
    • 提供者:认可
  1. keypress

    0下载:
  2. * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these keys (shift, control, alt, * m
  3. 所属分类:Hook api

    • 发布日期:2017-11-13
    • 文件大小:8.62kb
    • 提供者:emoticon
  1. InjLib

    0下载:
  2. vc++ dll注入代码,非常好用,封装好的类,拿来就能用,测试通过没有问题-vc++ dll injection code, very easy to use, well-type package can be used with, the test is no problem
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:188.8kb
    • 提供者:申克
« 12 »
搜珍网 www.dssz.com