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

搜索资源列表

  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:147036
    • 提供者:ddd
  1. TrayEx

    0下载:
  2. 任务栏图标添加方法,让初学者对这一功能有初步了解,学以致用,在自己程序中添加这项功能,让程序更美观。-add task bar icon, so beginners of this function preliminary understanding, and application. in their own procedures to add this function, process more attractive.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27484
    • 提供者:aniu
  1. TrayIconSource

    0下载:
  2. 在应用程序的系统菜单中添加菜单\"tray me\",点击将应用程序隐藏并在tray显示图标-applications in the system menu to add menu "tray me," Click on the application will be hidden in the tray icon shows
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:12983
    • 提供者:lfchen
  1. vbSysTray

    0下载:
  2. VB在系统的托盘区显示程序的图标,当程序最小化时程序隐藏至托盘,当单击托盘图标时程序恢复显示-VB in the system tray area of the display program icon, when procedures to minimize procedural tray to hide. When clicking tray icon shows when proceedings resume
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21593
    • 提供者:lwj0829
  1. hookyou_1

    1下载:
  2. 本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code descr iption of the contents include : API interception, news hook, except for the for
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143431
    • 提供者:唐财爷
  1. DisableWindowsKeys

    0下载:
  2. 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:25377
    • 提供者:Utah
  1. fighter9-29

    0下载:
  2. 程序的作用是在桌面生成一个会移动会开炮的icon,当它探测到面前有移动物体时就开炮,炮弹会把桌面炸开。一个简单的小程序,用到了API,钩子,内存映射。-The role of procedures in the Desktop Mobile will generate a fire will be the icon, when it is to detect moving objects before them on fire, artillery explosion will be the d
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:474149
    • 提供者:lvxinjie
  1. KeyboadMonitor

    1下载:
  2. VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:114884
    • 提供者:张晓龙
  1. exploreDLL

    0下载:
  2. 保存、恢复桌面图标部署,windows dll 挂钩技术-Save and restore desktop icon Deployment
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:79104
    • 提供者:郑坛光
  1. lainline_log

    0下载:
  2. autoit v3 制作 lainline 界面事件记录工具 记录以下事件 :1窗体创建 2消减窗体 3鼠标左击 4鼠标右击 5鼠标双击 6键盘事件 7鼠标拖动 8滚轮上滚 9滚轮下滚 10滚轮按下 截图 11鼠标图标改变 12窗体焦点变化 网页格式保存 版本信息 多语言支持 回放 13窗口显示 14窗口隐藏 15控件焦点变化-autoit v3 interface, event logging tools ma
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:818068
    • 提供者:lainline
  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. hidewindows

    0下载:
  2. 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等-A can instantly show/hide all visible windows program source code, using a log hook, you can not use any DLL files, only one EXE file to which the system status bar icon also
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:122855
    • 提供者:陈子强
  1. HideTheTaskbarIcon

    0下载:
  2. 隐藏指定的任务栏图标,里面有枚举任务栏句柄,和显示隐藏QQ图标的代码-Hide the taskbar icon specified
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:58622
    • 提供者:xueyang
  1. icon

    0下载:
  2. PB 显示icon文件,文件、文件夹默认图-PB show icon file, files, folders, the default map
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:11191
    • 提供者:Justin
  1. Lock-Computer

    0下载:
  2. 一个给电脑加锁的程序,调用了 KBHook.dll 全局键盘钩子,程序用繁体VB6编写,里面含 instgb5 在VB IDE环境中转换的工具. 这个工具我用了很多年,ctrl配合方向键可以简繁体转换..具体看右下角的图标的帮助. 一个台湾朋友写的.. 真的非常好用.. -允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Yīgè gěi diànnǎo jiā suǒ de chéngxù, diàoyòngle KBHook.Dll quánjú jiànpán
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:97404
    • 提供者:曉風
  1. del-icon

    0下载:
  2. api应用, 扫描系统托盘有哪些图标,并且可以显示隐藏-api application scanning system tray icon, and you can show hidden
  3. 所属分类:Hook api

    • 发布日期:2017-11-26
    • 文件大小:6849
    • 提供者:tonycheung
  1. WOW_HIde

    0下载:
  2. 利用API函数根据窗口标题来隐藏窗体 例子中是 隐藏WOW的窗体和任务栏图标 -Form example form and taskbar icon hidden WOW API function to hide the window title
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:6779
    • 提供者:lihonghui
  1. tiquexetubiao

    0下载:
  2. 提取exe文件图标的小程序,可以把你喜欢的exe文件图标提出出来自己用-Small program to extract the exe file icon, the icon of a exe file you like out own
  3. 所属分类:Hook api

    • 发布日期:2017-11-24
    • 文件大小:263841
    • 提供者:xuxy
  1. HookDesktopImage

    0下载:
  2. HOOK基础学习demo,本程序hook用户点击桌面图标事件,点击后hook拦截并提示。共两部分,测试demo、hook dll源码-HOOK-based learning demo, hook the user clicks on the desktop icon program event, click on the hook to intercept and tips. Two-part test demo, hook dll source
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:151459
    • 提供者:jerry
  1. EasyApp

    0下载:
  2. Call Windows API to display a tooltip at the tray icon with Exclamation icon, Alert icon, Cross, etc or make with your own icon-Call Windows API to display a tooltip at the tray icon with Exclamation icon, Alert icon, Cross, etc or make with your own
  3. 所属分类:Hook api

    • 发布日期:2017-05-04
    • 文件大小:9707
    • 提供者:StefansArya
搜珍网 www.dssz.com