CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - vc 钩子

搜索资源列表

  1. mask

    0下载:
  2. 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81005
    • 提供者:李刚
  1. hidewindow_src

    0下载:
  2. 设置键盘钩子,隐藏窗口的源代码,用VC++写成,有热键功能。 按8可以隐藏 按9可以显示-installed keyboard hook, hidden window of source code, written by VC, hotkey function. Can be hidden by 8 by 9 shows
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:113495
    • 提供者:zxzl
  1. VC-system-programming

    1下载:
  2. 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:619862
    • 提供者:hugh
  1. vc++bianchengjingcui

    0下载:
  2. vc++编程精粹的随书光盘。 包含vc++的高级编程以及dll com及钩子的编程-vc programming essence of the CD with the book. Vc included senior programming and dll com and hook Programming
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:20796061
    • 提供者:玄立超
  1. API_VC_HOOK-

    0下载:
  2. API钩子APIHOOK2.0源代码 VC源码-系统控制
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:53100
    • 提供者:杨谦
  1. MySniffer

    0下载:
  2. VC中利用钩子记录中文字符
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4047082
    • 提供者:李广柱
  1. recoder

    0下载:
  2. 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139845
    • 提供者:璐盟其
  1. 2005325183220756

    0下载:
  2. vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24398
    • 提供者:阿飞
  1. dome

    0下载:
  2. 一个很不错的键盘钩子程序, 很不错了,vc源码编程-A very good keyboard hook procedure, very bad, vc-source programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:23626
    • 提供者:wp
  1. mousegouzi

    0下载:
  2. 鼠标钩子程序,由VC++编写,可以显示当前鼠标所在的窗口的名称-Mouse hook procedures, by VC++ Prepared, you can display the current mouse window where the name of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:83656
    • 提供者:liushilong
  1. MaskKey

    0下载:
  2. VC下开发的带回调函数的键盘钩子的源码,包含库源码和应用程序源码,学习键盘钩子很好的实例-Developed under VC transferred back to the keyboard hook function of the source code, including library source code and applications, learning the keyboard hook good example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:84614
    • 提供者:hanjun
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:48499
    • 提供者:300
  1. HookMouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:22465
    • 提供者:128
  1. HideWindows

    0下载:
  2. VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, sh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:23657
    • 提供者:176
  1. MaskKey

    1下载:
  2. 键盘钩子,屏蔽键盘,VC++,包含DLL,VB,VC调用例程和源码-HOOK DLL,dis- keyboard
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43616
    • 提供者:D
  1. HideFileByHoo

    0下载:
  2. 隐藏文件的C++钩子,需要拿去用,做病毒小子可以尝试以下。-Hide File hooks for VC++6
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1265
    • 提供者:noisc
  1. HideWindows

    0下载:
  2. VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口-VC++ on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, show the selected window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:23128
    • 提供者:
  1. hookvc

    0下载:
  2. 使用vc调用钩子的好列子,可以实现注入到系统的所有进程并操作的DEMO,我是实现了左右鼠标点击即可影藏VC2008开发环境。-To use a good vc call hook Liezi, can achieve injected into all processes of the system and the operation of DEMO, I realized the left and right mouse clicks shadow possession the VC2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:4992428
    • 提供者:youyang
  1. keyhook

    0下载:
  2. VC++实现的键盘钩子,大伙可以看看,参考下,控制键盘哪个键不能动的好程序-VC++ implemented keyboard hook, and everyone can take a look at the control which keyboard key can not program, refer to the following
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:17421
    • 提供者:黄贤
  1. HookAdo

    0下载:
  2. Hook和数据库访问实例,VC++源码下载,此为VC++深入详解一书第20章的实例,实例中还有VB相关的Hook例子,通过这些例子让大家了解进程内钩子、全局钩子的区别,这本书将以这一种结束全书内容。-Hook and database access instance, VC++, source code download, this VC++ Depth explain instances of Chapter 20 of the book instance VB Hook examples,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:130157
    • 提供者:余灶兴
« 12 »
搜珍网 www.dssz.com