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

搜索资源列表

  1. KeyHookApp

    0下载:
  2. 一个简单的全局钩子函数的实现,捕捉键盘的输入,然后在列表中显示出来。-a simple function of the overall situation hook achieve capture keyboard input, then the list displayed.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:48934
    • 提供者:杨光
  1. starcraftonline

    0下载:
  2. 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。-procedures for the use of the hook capture the interstellar IPX packet networks, import substitution function through the data conversion IPX
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:638067
    • 提供者:qianqian
  1. hooking-api

    0下载:
  2. api hook 程序,可以用于挂钩windows系统下的api 函数,进行改造后功能将会更强大。-api hook procedures can be used to link the windows api system function, after transforming function will be more powerful.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:263235
    • 提供者:sanlwg
  1. MoonLib

    0下载:
  2. 身份证自动填写库函数,采用Hook与监听相结合-identity automatically fill in the function, Hook combined with the wiretapping
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:33820
    • 提供者:moonlight
  1. WinRARZIP

    0下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法(注:本人杜撰)。   窗口过程函数
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:760308
    • 提供者:孙乾坤
  1. Hooking_the_kernel_directly

    1下载:
  2. 直接内核钩子。教你如何用C写内核函数钩子。文件里面包含了详细文档和代码。-direct kernel hook. Teach you how to write C kernel function hook. File includes detailed documentation and code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:65948
    • 提供者:liudaocan
  1. HOOK_class

    0下载:
  2. 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a fu
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55274
    • 提供者:黄海
  1. secretsafe

    0下载:
  2. 此程序主要功能是防止密码盗用,主要是通过动态创建一有EDIT类,利用HOOK技术,不让别人盗取密码-main function of this program is to prevent misappropriation passwords, mainly through the creation of a dynamic category is EDIT, HOOK use of technology, not allowing people to steal passwords
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1187682
    • 提供者:卢丽君
  1. menu_hook_effect

    0下载:
  2. 利用钩子实现菜单阴影效果 有很多人对Office XP里面的菜单的阴影效果羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。 虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同。 -use menus hook shadow effect of a lot of pe
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:205644
    • 提供者:xian
  1. attraperphoto

    0下载:
  2. 用Visual C++设计屏幕抓图程序,通过一个钩子DLL实现了屏幕抓图的功能-with Visual C Design From Wikipedia screen procedures, a hook through a DLL function of the screen From Wikipedia
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7565
    • 提供者:wu
  1. 2007031716045822831

    0下载:
  2. 一个简单的开机保护程序 无任何控件 全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
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:131820
    • 提供者:李顺
  1. dcwlsjbphjs

    0下载:
  2. 摘要:无论是实现防火墙, NAT 还是VPN, 首要的任务就是获得网络上传输的数据包,在此基础上才能进行下一步 的工作。通过分析Windows 的网络数据传输机制,可以定位出不同的处理关键点,从而在不同的层次上实现数据包的 捕获功能,以满足不同的需要。 关键词:关键点 服务提供者接口 网络设备接口规范 中间层驱动程序 钩子驱动程序-Abstract : Whether the purpose is to achieve a firewall, VPN or NAT. One of t
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:50736
    • 提供者:qingming
  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
    • 文件大小:113495
    • 提供者:zxzl
  1. jpgzxj

    0下载:
  2. 前段时间做键盘程序找的资料,一个钩子程序,程序本身没有什么,主要是用了大量的api函数值得大家参考一下。-side of the keyboard to do procedures for the information, a hook procedures, the process itself is nothing much to it. it is mainly used a lot of api function worth examined.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1640
    • 提供者:李伟
  1. cqq

    0下载:
  2. 用c语言写的qq挂机程序,支持http proxy, 简单的消息回复功能。-c language used to write the qq hook procedures, http proxy support, the simple reply to the news function.
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:47527
    • 提供者:张晶
  1. ARM7GPRS

    0下载:
  2. 基于ARM7TDMI和SIM100模块的无线传输程序,包括拨号,接听,挂机,发短信功能。-SIM100 module and wireless transmission procedures, including dial-up, manned hook, send text messages function.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:40837
    • 提供者:吴悦
  1. tttttttttttttttttt--999

    0下载:
  2. Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子.在钩子回调函数中 判断当前进程ID是否先前 Start.exe 查找到的 Explorer进程ID, 是的话,则 再次LoadLibrary(Insert.dll),并定位到其中ThreadPro函数. 此时创建一个 新线程,线程函数就是ThreadPro,该新线程首先往Start.exe消息队列放置一个线 程退出消息 WM_QUIT,导致其消息循环结束. 此时插入线程完成..可以看到
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26257
    • 提供者:pangguigao
  1. 利用鼠标键盘钩子截获密码(www_dvpx_com)

    1下载:
  2. 钩子。看看这个漏洞: http://zdnet.com.com/2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9218
    • 提供者:三星
  1. 20133348665

    0下载:
  2. 怎样让自己的程序进程不让别人强行关闭掉,拦截API函数,利用钩子拦截TerminateProcess这个API函数-how to let their own procedures process forced the closure of not allowing people to swap, intercepting API function, use the hook to intercept the TerminateProcess API
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:815497
    • 提供者:无名
  1. HuntUsenixNt99

    0下载:
  2. win32 api hook , deture documentation. interception the win32 function by rewrite the image.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:83895
    • 提供者:王晓振
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 25 »
搜珍网 www.dssz.com