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

搜索资源列表

  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14527
    • 提供者:kidy
  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. KeyboardHook

    0下载:
  2. 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:604546
    • 提供者:peng
  1. hook

    0下载:
  2. Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问数据库-Hook programming. How to install the hook process, how to write global hooks, dynamic link library' s global variable analysis of data sharing problem. A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:159856
    • 提供者:西嘻
  1. VCsunxincode

    0下载:
  2. 本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法的建议,为读者进一步的学习提供指导。   本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。   本书内容丰富
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1697769
    • 提供者:杨扬
  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. Projects

    2下载:
  2. 用vc++写的钩子,利用DLL注入进程实现对鼠标和键盘的拦截-vc++ hook keyboard mouse
  3. 所属分类:Windows编程

    • 发布日期:2012-11-23
    • 文件大小:15780542
    • 提供者:谢斌
  1. Firewall

    0下载:
  2. VC++6.0实现的利用IP过滤钩子驱动创建的一个Windows防火工具,支持TCP,UDP,ICMP协议,基本呈现了Windows防火墙开发的过程-VC++6.0 to achieve the use of IP filter hook driver to create a Windows fire prevention tools, support for TCP, UDP, ICMP protocol, the basic Windows firewall shows the proces
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-09
    • 文件大小:2997043
    • 提供者:周东尧
  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. NoKill

    0下载:
  2. VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1675839
    • 提供者:十二
  1. TransparentMenu

    0下载:
  2. VC 2005实现的半透明菜单,用VC2005编写的,自我感觉效果还很不错。程序是用HOOK实现的,因此对菜鸟更具吸引力。-VC 2005 to achieve the translucent menu, prepared by VC2005, feel very good results. HOOK program is to achieve, and therefore more attractive to the rookie.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1820696
    • 提供者:151
  1. VCPPT

    0下载:
  2. 这是一套VC++及MFC学习的经典PPT学习资料,内容涵盖了Windows 程序运行原理,掌握VC++,文档,文件,文本编程,对话框,菜单,网络编程,进程间通信,线程同步与异步套接字,动态链接库,创建兼容及HOOK和数据库访问等十几个VC++学习的难点-This is a set of VC++ and MFC to learn classical PPT learning materials, covering the Windows program is running principle,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:172936
    • 提供者:liza
  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. 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
    • 文件大小:186674
    • 提供者:水月
  1. HOOK

    0下载:
  2. 这个文件介绍了VC++中HOOK和数据库访问技术,大家可以参考下。-This document describes the VC++ in the HOOK and database access technologies, we can refer to the following.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:179861
    • 提供者:宽韬
  1. MaskKey

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

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

    0下载:
  2. 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问数据库-How to install the hook procedure, how to write global hooks, dynamic link library to the global variable data sharing problem analysis. ADO database programming.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:13466
    • 提供者:my
  1. FireWall

    0下载:
  2. 采用VC++和Delphi两种编程工具,设计出的一个基于TDI、FireWall-Hook双层过滤的防火墙。界面基于Delphi,驱动基于VC++.-VC++ and Delphi using two kinds of programming tools, to design an on TDI, FireWall-Hook layer filtering firewall.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-09
    • 文件大小:1349854
    • 提供者:刘昆
  1. VChook

    0下载:
  2. VC钩子获取屏幕色彩开发,VC钩子获取屏幕-VC hook for the screen color development, VC hook for the screen
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:233264
    • 提供者:gusong
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com