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

搜索资源列表

  1. hookX

    0下载:
  2. 驱动层Hook系统内核调用的,拦截对进程的操作的源码,提供7步tutorial,步步为营,教学驱动编程的绝好样例-Hook-driven system kernel called the interception of the process of operation of the source. provide seven-step tutorial and step-by-step business, teaching driven programming excellent example
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:251917
    • 提供者:诚然
  1. fengbao_vb

    0下载:
  2. vb写的拦截封包的程序。有兴趣的可以看看,仅供参考。-vb wrote intercept packets procedures. Interested can see, for reference purposes only.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:21643
    • 提供者:wind
  1. LineageHark2

    0下载:
  2. 把源码打开后,里面可填入所要拦截的视窗名,在输入您自己的FTP及密码,里面的参数修改后自行包装可成为木马程式,-put open source, which can be filled by the window to intercept, and the import your own FTP and passwords inside the parameters modifications to the packaging can be Trojan horses, thank you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74734
    • 提供者:lee
  1. XPhook

    0下载:
  2. 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:byron
  1. HookDeviceIoControl2005.10.26scr

    3下载:
  2. 一个可以拦截DeviceIoControl的程序 -one can intercept procedures DeviceIoControl
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:86313
    • 提供者:aeno
  1. IP_Pack_Code!

    0下载:
  2. 拦截网络包的程序!运用了API钩子技术。 世面上及其难得!~-network packet interception procedures. Use the API hook. World surface and rare! ~
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:31561
    • 提供者:飞羽
  1. missilesimulation

    4下载:
  2. 导弹拦截的仿真程序,用Matlab实现。-missile interception simulation program, using Matlab.
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:房秉毅
  1. Soft20060210091535244

    0下载:
  2. 拦截Windows API接口程序源代码-intercepting Windows API interface program source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:84739
    • 提供者:鲁文明
  1. winamplrc

    0下载:
  2. winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术.-unusual lyrics show plugin, vs2005. vc6 under compile. which realized the lyrics, automatic matching lyrics rea
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:60034
    • 提供者:liulu
  1. hook_api_SDK

    0下载:
  2. 微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running un
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:529221
    • 提供者:摩尔
  1. RegOpenKeyEx

    0下载:
  2. 拦截RegOpenKeyEx的函数,可以仿照此程序拦截其他注册表函数。已调试成功-interception RegOpenKeyEx function can be modeled on the procedure to intercept other registry function. Debugging has been successful
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3878917
    • 提供者:刘用
  1. 20070313_abaolrc

    0下载:
  2. winamp的歌词显示插件 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术. -unusual lyrics show the use of plug-in the unusual vc realize the lyrics show plugin, v
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:90924
    • 提供者:michael
  1. SPIdatadefense

    0下载:
  2. SPI数据拦截程序,对学习网络编程很有帮助 -SPI data interception procedure, the Learning Network Programming helpful
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:胡波
  1. VC++Hook

    1下载:
  2. 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:372054
    • 提供者:tanglongsh
  1. IE_BHO

    0下载:
  2. Internet Explorer 的BHO插件。具有拦截分析网络页面的能力,包含源码和使用测试代码.-BHO Internet Explorer plugin. Analysis Network interception with the ability to pages containing the source code and the use of test code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:171313
    • 提供者:吴建斌
  1. kbhookdll

    0下载:
  2. wince 下的hook 程序 进行系统 GetMessage的拦截,本例进行WM_TEXT 拦截-wince under the hook GetMessage procedures for the interception system, WM_TEXT cases for the interceptor
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:28180
    • 提供者:whathappenif
  1. PacketCapture

    0下载:
  2. 利用中间层驱动程序实现的拦截网络封包的源码,vc6.0下调试通过-intermediate layer driver for the interception of network packets to the source, under the debugging through vc6.0
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:32083
    • 提供者:黄 何
  1. 20070528_abaolrc

    0下载:
  2. 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术. -use vc realized the unusual lyrics show plugin, vs2005. vc6 under compile. which realized the lyrics, a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:99771
    • 提供者:zx
  1. simpleFW

    2下载:
  2. 一个简单的防火墙软件,能够提供网络应用程序的拦截并有日志以及规则记录等功能-a simple software firewall will be able to provide network application procedures for the interception and log records and rules, and other functions
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:208367
    • 提供者:彭博
  1. aaadsagdssgdag

    0下载:
  2. 一个网络拦截程序,用vc6实现,很有用的哦,学习网络的朋友可以-a network interception procedure, using vc6 realized, very useful, oh Learning Network can look at the friends
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:58985
    • 提供者:myname
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com