搜索资源列表

  1. apihooktool

    0下载:
  2. 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:107039
    • 提供者:京用
  1. 20050718_HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。-A simple mouse hook.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28827
    • 提供者:coco
  1. 截获网络数据包

    0下载:
  2. 捕获网络包的例了,并进行了简单的分析,包括源IP,端口,目的IP,端口,内容-captured network packets cases, and a simple analysis, including the source IP, port, destination, port, as
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:41976
    • 提供者:大灰熊
  1. ssjpacket

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

    • 发布日期:2008-10-13
    • 文件大小:3151194
    • 提供者:邹同
  1. RTXHook

    0下载:
  2. 这是一个截获RTX的钩子程序,是本人化了二天时间,你可以从中学到很多。-intercepted RTX hooks, and I was a day or two of time, you can learn a lot from.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:32345
    • 提供者:张庆
  1. UiQQCode_1

    0下载:
  2. 这是盗用qq号软件的源码,是用钩子截获密码,只是作为大家互相学习拉!-theft qq This is the source code for its software, is the hook intercepted password, but as we learn from each other!!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:25115
    • 提供者:潘奇峰
  1. Win32病毒简单快速传染型

    0下载:
  2. 截获你的应用程序,调用的,任何输入函数.rar-Catch your application, and invoke any input function.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7822
    • 提供者:111
  1. 屏幕取词之MouseHook

    0下载:
  2. 屏幕取词中,截获当前鼠标消息的部分。程序根据当前点得到当前窗口的文字。- The screen takes in the word, interception current mouse news part. The procedure basis current spot obtains the current window the writing.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5018
    • 提供者:李国帅
  1. IPPack

    0下载:
  2. 简单的IP封包截获工具(IPPack)以及(IPPackLib)相关的库文件。用于截获IP数据报- The simple IP wrapped gift interception tool (IPPack) as well as (IPPackLib) is connected storehouse document. Uses in to intercept the IP data newspaper
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31513
    • 提供者:陈志文
  1. 截取程序消息的DLL和使用例子GetMSG getmsg

    0下载:
  2. 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:147068
    • 提供者:彭鹏
  1. WPEpro

    0下载:
  2. WPE网络数据截获工具, General all OllyDbg related discussions 876 3201 Plugins plugin related discussions 175 791 Bugs found a bug? post a report here 105 289 Announcements new OllyDbg versions informations 23
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:312999
    • 提供者:wj
  1. 视频捕获程序代码

    0下载:
  2. 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Wi
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:19335
    • 提供者:张敏
  1. 文件下载

    0下载:
  2. VB做得单线程下载,能截获浏览器的下载动作,只能判断文件名。-VB done threaded download, intercepted browser can download action can only judge the file.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21896
    • 提供者:王海
  1. ImageRect

    0下载:
  2. 用鼠标可以截获图形区域的例子,可以看看不错的一个图形例程。-mouse can be used intercepted graphic example in the region, a good look at the graphics routines.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:950689
    • 提供者:文明
  1. 具有背景颜色和文字颜色的EDIT控件

    0下载:
  2. EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了. 实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTra
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:33342
    • 提供者:屠理峰
  1. 键盘监控

    1下载:
  2. 完整的键盘监控源码,可以截获中文输入,不可用于非法用途哦!-complete keyboard control source, intercepted the Chinese import, may not be used for illegal purposes Oh!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:32725
    • 提供者:倪玉龙
  1. AdminPass

    0下载:
  2. windows登录密码截获程序,可以用来截取Windows登录密码,程序为创建windows服务,同时使用钩子对密码进行获得-intercepted procedures can be used to intercept Windows login passwords, procedures for the creation of windows services, and the use of the hook was right p
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:42732
    • 提供者:神仙哥哥
  1. list很有用

    1下载:
  2. 这是一个质量特别特别高的软件,支持list控件的编辑,改变颜色,鼠标捕捉,截获消息,里面嵌入了进度条等。为了中国的软件事业,好东西拿出来改大家,希望改变我们的程序员的小气心理。-This is a particularly high especially in the quality of software, supports the editorial control list, change in color, mouse capt
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:68341
    • 提供者:tw
  1. delphi对windows高级编程的很多例子

    1下载:
  2. delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input proce
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3947739
    • 提供者:张强
  1. minmaxinfo

    0下载:
  2. 演示怎样为最大化设定大小,截获窗体最大化消息,使其不能满屏-demonstrations of how to set maximum size, to maximize the information intercepted forms, it can not be dual HDMI inputs and more
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:4760
    • 提供者:姚紫欣
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org