登录
首页 » Visual C++ » App_mfc

App_mfc

于 2021-02-20 发布 文件大小:4415KB
0 355
下载积分: 1 下载次数: 103

代码说明:

  真正的驱动级键鼠模拟。 为电脑添加一对可完全编程控制的键盘鼠标. 支持 WINXP , WIN2003 , WIN2008 , VISTA , WIN7 ,WIN8 , 32位和64位操作系统。 可过时下各种游戏检测。 这个是mfc的示例和驱动(The real driver stage mouse and keyboard simulation. Add computer controlled by a fully programmable keyboard and mouse support WINXP, WIN2003, WIN2008, VISTA, WIN7, WIN8, 32-bit and 64-bit operating system. May become obsolete under the detection of a variety of games. This is mfc example and drive)

文件列表:

App_mfc
.......\app_mfc
.......\.......\app_mfc.cpp,1666,2010-10-24
.......\.......\app_mfc.h,451,2010-10-24
.......\.......\app_mfc.rc,5064,2011-01-13
.......\.......\app_mfc.vcproj,5596,2010-11-16
.......\.......\app_mfcDlg.cpp,6754,2012-04-23
.......\.......\app_mfcDlg.h,933,2011-01-13
.......\.......\DD.cpp,1465,2012-04-23
.......\.......\DD.h,1068,2011-01-09
.......\.......\ReadMe.txt,2737,2010-10-24
.......\.......\res

.......\.......\...\app_mfc.rc2,363,2010-10-24
.......\.......\resource.h,909,2011-01-10
.......\.......\stdafx.cpp,140,2010-10-24
.......\.......\stdafx.h,1854,2010-10-24
.......\.......\targetver.h,1030,2010-10-24
.......\app_mfc.sln,887,2010-10-24
.......\DD_keymap.exe,60416,2010-11-11
.......\看这里.txt,94,2013-03-23
.......\驱动(32)
.......\........\dd_Control32371.exe,1791488,2013-02-24
.......\........\dd_Entry32371.dll,272384,2013-02-24
.......\........\dd_Help32371.exe,320000,2013-02-24
.......\........\dd_Test32371.exe,1673728,2013-02-24
.......\........\DD虚拟键盘虚拟鼠标-帮助(非广告).htm,4364,2013-03-23
.......\........\必看.txt,1201,2013-03-23
.......\驱动(64)
.......\........\dd_Control32372.exe,2627072,2013-02-24
.......\........\dd_Entry32372.dll,333824,2013-02-24
.......\........\dd_Help32372.exe,339968,2013-02-24
.......\........\dd_Test32372.exe,2441728,2013-02-24
.......\........\DD虚拟键盘虚拟鼠标-帮助(非广告).htm,4364,2013-03-23
.......\........\必看.txt,1201,2013-03-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Direct3DHook
    directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习(directx 3d hook, provide endscene() and reset() hook in call back,good example)
    2017-01-16 12:39:07下载
    积分:1
  • MousehookDemo
    调用鼠标钩子DLL的实例源码,希望对大家有所帮助(Call an instance of the mouse hook DLL source code, we want to help)
    2011-05-31 21:25:25下载
    积分:1
  • 40153640
    命名管道的封装MFC类,含客户端和服务器端(A named pipe to encapsulate the MFC class, including client and server)
    2017-04-22 01:51:35下载
    积分:1
  • HOOK_WM_MOVE
    此源码为一般消息hook模板,解决许多消息hook不成功问题。(The source for general news hook templates, hook failed to resolve the issue many messages.)
    2021-03-06 12:29:30下载
    积分:1
  • InnerHook
    一个简单的 钩子小程序 屏蔽了 鼠标键盘,(A simple hook applet shielding mouse, keyboard,)
    2013-07-24 20:45:28下载
    积分:1
  • P3-315
    先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’ ’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 (Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between ' n' separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)
    2012-06-30 12:33:52下载
    积分:1
  • 2007031716045822831
    一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息(a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news)
    2007-03-17 20:39:04下载
    积分:1
  • Dll
    实例13-1:动态链接库(Dll)实例。源代码在光盘中“13dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“13MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“13KeyboardHook”目录下。( dlltest MouseHook KeyboardHook)
    2009-11-18 10:08:35下载
    积分:1
  • guoqudongDLL
    另一种思路注入目标进程的方法 可作为拓宽思维的例子(zhuru dll)
    2013-10-21 15:29:03下载
    积分:1
  • message
    在应用程序中添加命令范围消息处理函数,不错的东东(Command the scope of application to add the message handler, good stuff)
    2012-07-18 23:01:43下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载