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

搜索资源列表

  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
    • 文件大小:79.11kb
    • 提供者:李刚
  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
    • 文件大小:110.83kb
    • 提供者: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
    • 文件大小:605.33kb
    • 提供者: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
    • 文件大小:19.83mb
    • 提供者:玄立超
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:69.78kb
    • 提供者:Massachusetts
  1. dome

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

    • 发布日期:2017-03-30
    • 文件大小:23.07kb
    • 提供者:wp
  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
    • 文件大小:82.63kb
    • 提供者:hanjun
  1. codeinject_pacage

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

    • 发布日期:2017-03-23
    • 文件大小:47.36kb
    • 提供者: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
    • 文件大小:21.94kb
    • 提供者: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
    • 文件大小:23.1kb
    • 提供者:176
  1. KeyboardHook123

    0下载:
  2. vc 实现keyboard hook 键盘记录 vc 实现keyboard hook 键盘记录-vc achieve keyboard hook keylogging vc achieve keyboard hook keylogging
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:182.3kb
    • 提供者:水月
  1. KeySound

    0下载:
  2. 基于VC的一个键盘发音程序,可以用来联系打字自大量数字编辑等,利用了VC Hook技术实现。-Pronunciation of a keyboard-based VC program can be used to contact a large number of digital editing, typing since the use of the VC Hook technique.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:537.22kb
    • 提供者:rayn
  1. MaskKey

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

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

    0下载:
  2. VC实现挂机锁屏系统程序源码VC hook lock screen systems to achieve program source code-VC hook lock screen systems to achieve program source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.73mb
    • 提供者:iejk
  1. HookAPI

    0下载:
  2. VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:304.85kb
    • 提供者:
  1. VCPP-driver-Hook-kernel-system-call

    0下载:
  2. VC++ 驱动层Hook系统内核调用 VC++ driver Hook kernel system call VC++ driver Hook kernel system ca-VC++ driver Hook kernel system call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:76.05kb
    • 提供者:刘杰
  1. innerhook

    0下载:
  2. VC++ HOOK和数据库访问实例源代码,内含了VB和VC++综合的实例,有兴趣的朋友可以下载参考这些实例源代码。-VC++ HOOK and database access to the source code examples, containing the instance of VB and VC++ comprehensive, and friends who are interested can download the reference source code examples.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:137.16kb
    • 提供者:汪建国
  1. 85429073

    0下载:
  2. 一款实用的vc++开发的hook钩子程序,是游戏开发的基础范例,hook使用的地方非常多,很典型的vc++游戏开发范例。-The development of a practical vc++ hook hook procedure is based on game development paradigm, hook used where very large, very typical vc++ game development paradigm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:222.1kb
    • 提供者:XIANGJIE
  1. Hook

    0下载:
  2. Windows下钩子的使用,VC++开发环境-Hook use under Windows, VC++ development environment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1.37mb
    • 提供者:fansuoping
  1. CtrlAltDel

    0下载:
  2. 利用vc的钩子,编写一个程序来实现屏蔽系统ctrlaltdelete功能的MFC程序-Use vc hook, write a program to achieve shielding system ctrlaltdelete function MFC program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:Smile
« 12 »
搜珍网 www.dssz.com