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

搜索资源列表

  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:风影
  1. CutScreen

    0下载:
  2. 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-required to compile DLL hook, and then hook.dll hook.lib copied to capture the debug directory
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:63.6kb
    • 提供者:mxp
  1. MenuToChinese

    0下载:
  2. 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:102.33kb
    • 提供者:冯金建
  1. capturekeyboadinformation

    0下载:
  2. 先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-LaunchDLL first compiler, LaunchDLL.h and then copied to the KeyHook LaunchDLL.lib works directory, LaunchDLL.dll copy of the directory Debug
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55.31kb
    • 提供者:horizon
  1. ImmKeyLog_src_6_26

    0下载:
  2. 主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the s
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11.22kb
    • 提供者:islq
  1. SHFileOperation

    0下载:
  2. 目录操作,浏览和更改-directory operations, and changes in View
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:32.8kb
    • 提供者:黄国峰
  1. 截获键盘

    0下载:
  2. vc截获键盘信息 先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-vc keyboard intercepted information compiled LaunchDLL first, and then LaunchDLL.h KeyHook LaunchDLL.lib copied to the project directory, LaunchDLL.dll copied
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:79.28kb
    • 提供者:aaaa
  1. Hook

    0下载:
  2. 全局键盘钩子,双击Ctrl能弹出或隐藏制定的窗口,像Google桌面搜索一样。 使用方式:先在工程文件中设置Hook.lib路径,并复制Hook.dll文件到工程目录下。然后调用SetHook(HWND hwnd)注册钩子。-Global keyboard hook, double-click or Ctrl to hide the development of the pop-up window, the same as Google Desktop Search. Used: fi
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:lixiangfei
  1. Link Card SW

    1下载:
  2. 截取Windows中通用PCSC智能卡读卡器通讯的DLL文件,将生成的winscard.dll置于目标应用程序同目录,即可截获并记录所有通讯。-Common intercept Windows PCSC smart card reader in communication DLL file, put the generated winscard.dll target application with the directory, you can intercept and record all
  3. 所属分类:钩子与API截获

    • 发布日期:2012-11-20
    • 文件大小:113.32kb
    • 提供者:李长江
  1. eeeee.rar

    0下载:
  2. 屏蔽键盘和鼠标的使用先生成一个DLL文件,把dll放到Hello的 debug目录下即可实现,Shielding the use of keyboard and mouse into a DLL file President, Hello to dll into the debug directory can be realized
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:40.69kb
    • 提供者:wang
  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
    • 文件大小:112.19kb
    • 提供者:张晓龙
  1. vbHook

    0下载:
  2. test.exe可以终止工程1,但是不能终止HookInfo.exe test4.exe可以弹出对话框,但是打开HookInfo4.exe就不能弹出了 该文中的HookInfo在编译的时候需要修改Base参数值为52000000才可以正常工作,本文附件中为vb的插件,可以在编译的过程中修改编译参数。 link.exe 和 link2.exe放到vb安装目录,编译的时候就可以改Base参数了-test.exe may terminate the project 1, but c
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:248.38kb
    • 提供者:jackdeng
  1. API

    0下载:
  2. 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:17.15kb
    • 提供者:fangxiaowang
  1. VB_Dir_Monitor

    0下载:
  2. VB_Dir_Monitor.rar 珍藏的vb文件夹目录监视,包含监视子文件夹功能-VB_Dir_Monitor.rar collection of vb folder directory Monitor, including monitoring sub-folders feature
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:46.02kb
    • 提供者:5465
  1. IDAInject

    0下载:
  2. IDA Inject plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injectio
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:84.65kb
    • 提供者:louis
  1. 200622314131788

    0下载:
  2. 键盘全记录密码盗取发送程序 本程序为学习Liu_mazi的例程而完成,StartEXE目录中为安装主程序,主程序编译时会把钩子链接库文件打包进来,运行时会把安还原到系统中,然后在系统中安装一个WH_GETMESSAGE钩-Full Record keyboard to send the password stealing program for the study of this program were completed Liu_mazi routine, StartEXE directo
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:728.27kb
    • 提供者:noise1980
  1. KeyHook

    0下载:
  2. 调用DLL进行全局键盘监控,DLL已在目录下,可以直接调用-Call the DLL to the global keyboard control, DLL is in the directory, you can directly call
  3. 所属分类:Hook api

    • 发布日期:2017-05-18
    • 文件大小:4.65mb
    • 提供者:john
  1. HOOK

    0下载:
  2. 1.这是一个基于钩子技术的*工具 2.HOOK文件夹下时DLL模块,SetHook文件夹下是安装DLL的程序 3.工具可以记录各种语言(包括中文、日文等等...)及符号,记录保存在c:\hooktxt.txt目录下 4.程序可以抓取输入窗口的标题-1. This is a hook-based keyloggers technology tools 2.HOOK folder when the DLL module, SetHook DLL folder of the i
  3. 所属分类:钩子与API截获

    • 发布日期:2013-05-04
    • 文件大小:1.9mb
    • 提供者:ailink
  1. vbGetKeys

    0下载:
  2. 原创,写了1周。通过vb捕获键盘按键,捕获的按键会保存为“the.txt”储存在根目录下,请用来学习,不要做违法的是。360会误报,不必在意。-Vb keyboard keys through the capture, capture the key will be saved as " the.txt" stored in the root directory, to learn, not to do illegal is. 360 will be false positives, do n
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:10.26kb
    • 提供者:jmy
  1. dmceshi

    0下载:
  2. 开启高级模式后,如果某栏目不为空则使用高级模式配置,否则该栏目使用普通配置模式 坐标转换是指找字,找图功能自动将找到的坐标写入 MoveTo 上面的坐标栏中 这个要注意->【把要测试的字库和图片一并放到本程序同目录下的“test“文件夹下,并且字库名一定是“dm_soft.txt”】-Open the Advanced mode, if a column is not empty then the configured using the advanced mode, otherw
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1.07mb
    • 提供者:王新
« 12 »
搜珍网 www.dssz.com