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

搜索资源列表

  1. MouseHook

    0下载:
  2. 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能-A simple mouse hook hook is a very important Windows System System Interface, you can use it to intercept and handle messages sent to other applications, to complete the common
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:21439
    • 提供者:hunter
  1. mail

    0下载:
  2. 信箱应用程序接口的使用,实用VC编程源码,请放心下载使用-Mail your application to use interface, practical VC programming source code, please rest assured download
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:31072
    • 提供者:
  1. fanghuoqiang

    0下载:
  2. 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:383459
    • 提供者:黄俊凯
  1. SkypeHook

    0下载:
  2. 钩子编程,通过IAccessible接口获取Skype聊天记录,对于初学钩子者有一定帮助-Hook programming interface to access Skype through IAccessible chat, hook for beginners who have some help
  3. 所属分类:钩子与API截获

    • 发布日期:2014-02-17
    • 文件大小:4104124
    • 提供者:李顺前
  1. SSDT--11

    0下载:
  2. SSDT的全稱是System Services Descr iptor Table,系統服務描述符表。這個表就是一個把ring3的Win32 API和ring0的內核API聯繫起來。SSDT並不僅僅只包含一個龐大的位址索引表,它還包含著一些其他有用的資訊,諸如位址索引的基底位址、服務函數個數等。   通過修改此表的函數位址可以對常用windows函數及API進行hook,從而實現對一些關心的系統動作進行過濾、監控的目的。一些HIPS、防毒軟體、系統監控、註冊表監控軟體往往會採用此介面來實現自
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:336235
    • 提供者:小明
  1. hookSkin

    1下载:
  2. C++ HOOK skin 换肤 美化界面技术-C++ HOOK skin beautifying skin interface technology
  3. 所属分类:Hook api

    • 发布日期:2015-02-03
    • 文件大小:4624384
    • 提供者:GanCL
  1. Interface

    0下载:
  2. 实现了锁定机子和调整透明度的功能,任务管理器的禁止可自行添加findwindow实时监控,钩子来禁止ctrl-alt-del我还不会。-To achieve a lock machine and adjust the transparency of the functions, tasks manager can add their own findwindow prohibit real-time monitoring, hook To disable ctrl-alt-del I wil
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3291198
    • 提供者:望云风
  1. shadow-hook

    0下载:
  2. 采用HOOK界面跟踪达到界面控件随鼠标移动略过个产生随影效果很好看的-The HOOK interface to interface with the tracking control the mouse skip a produce effect is very good with the shadow
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:16341
    • 提供者:hoiker
  1. HookTest

    0下载:
  2. 本代码用于界面开发,应用软件开发环境是VC,其相关的hook程序,希望对大家有帮助!-This code is used to interface development, application software development environment is VC hook program , we want to help !
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:75506
    • 提供者:赵丽
  1. InnerHook

    0下载:
  2. 本代码用于界面开发,应用软件开发环境是VC,其相关的innerhook程序,希望对大家有帮助!-This code is used to interface development , application software development environment is VC related innerhook program , we want to help
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:25166
    • 提供者:赵丽
  1. p26

    0下载:
  2. 钩子实现文件或端口读写的截取&端口监控,并写入-hook to monitor the file and interface
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:351144
    • 提供者:ego
  1. KeyMacro

    0下载:
  2. 界面像QQ一样的,模拟鼠标动作,简单的按键精灵。 可以解放双手。-Interface, such as QQ, simulate mouse movements, and simple push-button wizard. Can liberation hands.
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:278609
    • 提供者:shadowsun
  1. KeyHook

    0下载:
  2. 用C#写的一个小程序,主要功能是在游戏中模拟键盘操作,里面用到了全局钩子、消息传递等方面的内容.代码较为简单,适合初学者参考. 使用方法:在盛世三国游戏中按F12,显示程序界面;在游戏中CTRL+Z,根据设置自动使用技能;在游戏中CTRL+S,隐藏友方玩家,再按CTRL+S-A small program written in C#, the main function is to simulate the keyboard operation in the game, which u
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:30445
    • 提供者:
  1. ASP_jiekou

    0下载:
  2. 这是一个短信平台搭建的ASP接口,语言采用的是VBscr ipt,有兴趣的朋友可以下载。-This is a messaging platform to build an ASP interface, the language used is VBscr ipt, and friends who are interested can download.
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:34345
    • 提供者:林贤锋
  1. ZyComHookSample

    1下载:
  2. IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com
  3. 所属分类:Hook api

    • 发布日期:2016-01-21
    • 文件大小:74752
    • 提供者:海盗医生
  1. CopyHook

    1下载:
  2. 使用ICopyHook接口截获文件夹删除、拷贝、重命名等操作。-Use ICopyHook interface intercepted folder to delete, copy, rename and other operations.
  3. 所属分类:Hook api

    • 发布日期:2017-11-11
    • 文件大小:14385
    • 提供者:sunyihua
  1. war3mh

    1下载:
  2. War3MH,一个纯C++写的魔兽全图工具,支持1.20e和1.24e,没有用界面编程或MFC,只有200行代码,含注释,因此代码很容易理解-War3MH, a pure C++ to write full map of Warcraft tool support 1.20e and 1.24e, no interface programming or MFC, only 200 lines of code, including comments, so the code is easy to
  3. 所属分类:Hook api

    • 发布日期:2017-11-07
    • 文件大小:7791
    • 提供者:汤阳
  1. WinDisable

    0下载:
  2. 动态库,实现对操作系统中Ctrl Alt F4组合键的屏蔽,还有禁用alt tab和隐藏任务栏接口-Dynamic library, the shielding of the operating system, Ctrl Alt F4 key combination, as well as disable alt tab and hide the taskbar interface
  3. 所属分类:Hook api

    • 发布日期:2017-12-04
    • 文件大小:22600
    • 提供者:桑明礼
  1. CapPack1

    0下载:
  2. 调用WinPcap,利用MFC界面编程,可在界面显示所选取网卡,选取相应网卡,可获取相应网卡流过数据报。-Call WinPcap, the use of MFC programming interface, the interface displays the selected NIC, select the appropriate card, can obtain the appropriate NIC flow data reported.
  3. 所属分类:Hook api

    • 发布日期:2017-11-23
    • 文件大小:306874
    • 提供者:Michael
  1. SkinSharp

    0下载:
  2. 最近想玩一下软件界面,百度了半天,发现 SkinSharp 挺强的。可是以前写的好多程序都懒得改源码了,所以想调戏一下 SkinSharp ,在没有源码的情况下,让任何一个 EXE 都可以使用 SkinSharp。本人是很尊重知识产权的,发这个贴子完全是出于技术交流的目的。如果你想使用 SkinSharp 请到官网 http://www.skinsharp.com/htdocs/index.htm 购买。这里玩的 SkinSharp 是1.0.6.6 版的。-Recently want to p
  3. 所属分类:Hook api

    • 发布日期:2017-11-10
    • 文件大小:504326
    • 提供者:soxtyv
« 1 2 34 »
搜珍网 www.dssz.com