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

搜索资源列表

  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. MessageHelper

    0下载:
  2. 整理的Win32 C#声明文件 包含消息定义和一些API定义-finishing the statement Win32 C# definition file contains information and some API definition
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9943
    • 提供者:Johnson cao
  1. LaunchDLL

    0下载:
  2. 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3700103
    • 提供者:john
  1. KB_Hook

    0下载:
  2. 用C++编写的键盘钩子过程,可以实现全局键盘消息截获,在此基础上做了一个小工具,快速打开应用程序,为平时工作中快速记录提供了方便,当同时按下Alt+F2是就打开excel文件。-In C++ written in the keyboard hook procedure, can achieve global keyboard messages intercepted, on this basis, made a small tool to quickly open applications, f
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2337304
    • 提供者:nala
  1. Filemon_src

    0下载:
  2. 本资源两部分:1、Windows文件系统过滤驱动开发教程(第二版),中文PDF文件。2、文件监控FileMon源码,C++/C代码-The resources of two parts: 1, Windows File System Filter Driver Development Guide (Second Edition), Chinese PDF files. 2, file monitoring FileMon source, C++/C code
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:967033
    • 提供者:seven
  1. NotepadHook2

    0下载:
  2. 消息钩子调用, 打开记事本时, 记录消息到文件c:\key.log-Message hook called, open Notepad, the log messages to a file c: \ key.log
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:218351
    • 提供者:必须
  1. apihook_Code

    0下载:
  2. 一个通过修改DLL文件的IAT表来实现的hook开发包源码-A DLL file by modifying the IAT table to achieve the hook development kit source
  3. 所属分类:Hook api

    • 发布日期:2017-11-11
    • 文件大小:190152
    • 提供者:站长
  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. socket_hook

    0下载:
  2. 详细说明利用自己开发的Wsock32.dll文件替换C:\Windows\System32\Wsock32.dll文件,以此实现截包功效!-Detailed descr iption of the use of their own to replace Wsock32.dll file C: \ Windows \ System32 \ Wsock32.dll documents in order to achieve effectiveness cut-off package!
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:74979
    • 提供者:唐国峰
  1. ScreenKeyboard

    0下载:
  2. C#屏幕键盘,工程文件使用 Visual studio 2008 编辑,因此须使用 Visual Studio 2008 或以上版本(或者 SharpDevelop3.0以上版本) 才能正常打开。运行只需安装 .Net Framework 2.0 或更高版本,如果使用 Vistual Studio 2005 编译工程, 可以手动添加相应的文件。-C# screen keyboard, using the Visual studio 2008 project file editing,
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:464634
    • 提供者:alocne
  1. avpgcom

    0下载:
  2. Hook file C. This source include in AV-Brazil Project
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:13853
    • 提供者:cleiton
  1. keyboard-receive

    0下载:
  2. 运行程序,然后最小化窗口!这时候你的所有键盘输入信息都会记录在C盘(如果系统防火墙对C盘没保护)key——.log文件里面,键盘字母是大写的A——Z,数字1——9对应a--i!-Run the program, then minimize the window! At this time all your keyboard input will be recorded in the C drive (if the system did not protect the firewall on th
  3. 所属分类:Hook api

    • 发布日期:2017-05-23
    • 文件大小:7671167
    • 提供者:chengyong
  1. VcandcPP

    0下载:
  2. 键盘钩子 vc6.0 截获键盘事件保存在C:\hook.txt 文件下-Vc6.0 keyboard hook intercepting keyboard events stored in C: \ hook.txt file under
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6552261
    • 提供者:bingo
  1. APIH00k

    1下载:
  2. API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们
  3. 所属分类:Hook api

    • 发布日期:2014-12-23
    • 文件大小:555008
    • 提供者:刘永
  1. HookAPI

    0下载:
  2. visual c++ 进程 文件监控D-the process of visual c++ File Monitor DLL
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2808071
    • 提供者:古意
  1. cutcopyrecorder

    0下载:
  2. 痛点: 1、曾经写好的代码,后面想要重用,不知道去哪找了,搜索了很久,也没找到,再写一遍很抓狂! 2、曾经在crt上敲过的命令,下次想用,history 怎么也找不到,很郁闷! 3、数据开发经常验证问题,但同样的问题下次再次出现时,又需要编写同样的SQL,这时... 解决方法: 监控剪贴板,只要变化了,就写LOG,就存起来,因为很多时候会把代码复制下的, 或者以后养成习惯,经常ctrl+c复制下,下次想找回来只需要在Log中搜索即可 运行方式: 程序运
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:35045
    • 提供者:pengyong
  1. dnsflushCon

    0下载:
  2. c#实现,可以动态修改host文件并刷新缓存-can dynamically modify the host file and refresh the cache
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:327542
    • 提供者:sdonglai
  1. phe-the

    0下载:
  2. C++ Unzipper,实现了文件网络传输时文件的压缩,这个时解压缩类-C++ Unzipper, realize the compression of the file when the network transmission, when the decompression class
  3. 所属分类:Hook api

    • 发布日期:2017-12-14
    • 文件大小:3607
    • 提供者:esderpise
  1. 86306110

    0下载:
  2. 在Microsoft Visual C++环境中创建一个新的工程文件,工程文件的类型选-In the Microsoft Visual c++ environment to create a new project file, project file type
  3. 所属分类:Hook api

    • 发布日期:2017-12-13
    • 文件大小:3645
    • 提供者:jirgil
搜珍网 www.dssz.com