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

搜索资源列表

  1. ssjpacket

    0下载:
  2. (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止*),这个*程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此*程序有下面几个功能: 1。复制装备 2。强
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3151194
    • 提供者:邹同
  1. vc实现Windows关机程序

    0下载:
  2. vc实现Windows关机程序,可扩展定时功能-vc Windows shutdown procedure, which can be expanded regular function
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-12
    • 文件大小:32707
    • 提供者:苏歧
  1. MouseHook_dc9cn

    0下载:
  2. 一直在用VC++做项目,乐趣无穷,但一直没有什么可以发出来的东西,很多东西拿出来怕被行家笑话,其实这个也不例外-VC has been a project of fun, but nothing has been issued to the things show a lot of things to be afraid of being able joke, in fact this is no exception
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11454
    • 提供者:赵志强
  1. vc消息捕捉

    0下载:
  2. 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:135942
    • 提供者:赵利君
  1. 记录键盘所输入的按键

    0下载:
  2. 记录键盘所输入的按键,可以用于黑客开发应用。VC开发的代码,基于WINDOWS.-Records entered the keyboard keys can be used for development and application of hackers. VC++ code, based on WINDOWS.
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-09
    • 文件大小:1924268
    • 提供者:chx
  1. ProcessProtecter

    0下载:
  2. VC编程实现API拦截保护目标进程不被*,可以用作软件安全模块-VC programming API to intercept the process of being killed by conservation objectives, can be used as software security modules, etc.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:65222
    • 提供者:刘赟
  1. windowhook

    0下载:
  2. The code shows the excellent use of window hook development in vc++. This may be very important for some one who want to start work on hooks techniques
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:9889
    • 提供者:symbi
  1. green

    0下载:
  2. 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:563237
    • 提供者:334
  1. nokill

    0下载:
  2. 利用微软Detour学习HOOK任务管理其,是进程不能被任务管理器结束,主要HOOK的是CreatePrcess,很好的一个模板,大家HOOK其它函数时候直接套用就OK了-HOOK learning tasks using Microsoft manage its Detour is a process that can not be the end of Task Manager, the main HOOK is CreatePrcess, a good template, you HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:82856
    • 提供者:batcom
  1. TestKeyboard

    1下载:
  2. VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
  3. 所属分类:Hook api

    • 发布日期:2015-02-20
    • 文件大小:24576
    • 提供者:guanping
  1. MouseTrace

    1下载:
  2. MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。-MouseTrace, written with VC++ Mouse Hook hook, to get X, Y coordinates, and time display on the form, above the icon, move the mouse on the form, the coordinate information
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:28420
    • 提供者:张名
  1. TestKeyboard

    0下载:
  2. VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,运行截图如上所示,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, run the screenshot shown above, when the hit any key on the keyboard,
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:19492
    • 提供者:
  1. INJECTPAPIHOOK

    0下载:
  2. APIHOOK和进程注入的实现源代码,VC可直接编译运行-APIHOOK and processes into the realization of the source code, VC can be directly compiled to run
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:36546
    • 提供者:zhujian
  1. hook

    0下载:
  2. 屏幕抓图\hook,很不错的vc源码,希望能对大家有所帮助-Screen \ hook, very good VC source code, hoping to be helpful to everyone
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:17063
    • 提供者:赖松根
  1. VCPPCALL

    0下载:
  2. 使用了VC的远程调用。远程注入函数,可以实现游戏的功能。-Use the VC to remote callers. Remote into the function, the game features can be achieved.
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:788
    • 提供者:sdsd
  1. KeyBoardRecord

    0下载:
  2. 使用VC编写的可以记录键盘信息的程序工程源码。主要是使用了系统钩子,拦截了键盘消息,从而截获用户的*-Prepared by the VC can be recorded using the keyboard information process engineering source. Mainly use the system hook to intercept keyboard messages to intercept the user' s keyboard record
  3. 所属分类:Hook api

    • 发布日期:2017-05-03
    • 文件大小:1409194
    • 提供者:基野
  1. daimazhuruPshellcode-

    0下载:
  2. 代码注入的demo程序,基于VC的源码,需要的可以下载参考一下,-Code into the demo program source code based on VC can be downloaded for reference.
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:142616
    • 提供者:肖传毅
  1. input

    0下载:
  2. 一个拦截并修改输入法的模块(源码) 拦截并修改输入法,就是说比如你用智能ABC输入法,输入法文字是“一二三”,但是确认上屏后出来的内容确是“四五六”这样子,此技术大概可以用来做输入法*辅助工具之类的吧。 模块是一个DLL,用VC++写的,压缩包里有这个DLL的源码。原理就是使用API HOOK拦截输入法的相关函数(ImmGetCompositionString函数,应用程序通过调用这个函数取得输入法输入),以达到截获并修改输入信息的目的。 -An intercept and
  3. 所属分类:Hook api

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

    0下载:
  2. 一个简单的系统钩子,代码是书上找的,经过修改调试,能在VC++6.0上执行。-A simple system hook, the code book to find a modified debugging can be performed in VC++6.0.
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:4540177
    • 提供者:ychl
  1. mouse-hook-program

    0下载:
  2. 用VC++编写的鼠标钩子程序,可以用来捕捉鼠标消息-Mouse hook procedures can be used to capture the mouse messages
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:88136
    • 提供者:周林
« 12 »
搜珍网 www.dssz.com