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

搜索资源列表

  1. catwork0601

    0下载:
  2. 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:101679
    • 提供者:阳广元
  1. antihook_src

    0下载:
  2. 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:73052
    • 提供者:吴志明
  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. flyang_myhook.src.ccrun.387227

    0下载:
  2. 用C++Builder实现的截包代码Dll是用BCB6写的,主EXE是用C++Builder2006。 -C Builder code of the latest package is BCB6 Dll wrote, EXE is the main C Builder2006.
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:387227
    • 提供者:梁悦
  1. hotkeyed

    0下载:
  2. Hot Key System Hot Key setting C++ Code
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:10125
    • 提供者:mark
  1. 屏幕取词程序(源程序).rar

    1下载:
  2. 屏幕取词程序(源程序),Screen Procedure (source)
  3. 所属分类:Hook api

    • 发布日期:2015-07-16
    • 文件大小:41769
    • 提供者:张风
  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. C

    0下载:
  2. 用C语言写的键盘记录代码。。欢迎下载学习~-Written in C language using the keyboard logging code. . Welcome to download learning ~
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:1707
    • 提供者:lovewuhui
  1. pmqc

    0下载:
  2. 一个NT下的屏幕取词程序的源代码- Under a NT screen takes the word procedure the source code
  3. 所属分类:Hook api

    • 发布日期:2017-11-20
    • 文件大小:36456
    • 提供者:站长
  1. C++

    0下载:
  2. code C++ ve hook rat hay
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:25734
    • 提供者:tien
  1. Injector-20090421b

    0下载:
  2. Code is written in C++ with full exception handling (none of this annoying C-based return value checking crap). Only tested on MSVC++. Visual Studio 2008 project files supplied. Note: The AMD64 version can only inject into AMD64 processes,
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:11316
    • 提供者:sogetthis
  1. code

    0下载:
  2. SSDT Hook Source with Visual Stuio 6.0 (C++)
  3. 所属分类:Hook api

    • 发布日期:2016-09-24
    • 文件大小:102171
    • 提供者:achykim
  1. idadwarf-0.2

    1下载:
  2. Behind this simple descr iption is a very complex plugin that imports DWARF debug information into IDA databases. It deals with many aspects: naturally, it imports debug names and types, but it does not stop there. It annotates the listing with the d
  3. 所属分类:Hook api

    • 发布日期:2016-01-09
    • 文件大小:2639883
    • 提供者:louis
  1. S3DHook

    0下载:
  2. 封包截取,很火的技术。C++代码,初学者高手都能借鉴一下。-Packet interception, technology is the fire. C++ code, can learn from beginners to master.
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:119914
    • 提供者:黄河
  1. HardHookEngine

    1下载:
  2. C++ 代码,通用HOOK 引擎,包含x86,x64 两个版本,HardHookEngine-C++ code, general HOOK engines, including x86, x64 two versions
  3. 所属分类:Hook api

    • 发布日期:2014-12-29
    • 文件大小:14336
    • 提供者:darren
  1. cutcopyrecorder

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

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

    0下载:
  2. 汇编指令简单hook过滤与拦截(需简单修改)框架C代码-Assembly instructions for simple hook filtering and blocking (simple changes required) c code
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:1924
    • 提供者:ym
  1. Qhis

    0下载:
  2. 这是一个c++编写的 基于tcp的聊天程序!测试中还存着BUG的!-This is a c++ code based on TCP chat program!
  3. 所属分类:Hook api

    • 发布日期:2017-12-17
    • 文件大小:14336
    • 提供者:iiterah
  1. Wind量化平台-用户手册(C++)(适用于新版C++接口)

    0下载:
  2. 简单示例了wind量化接口的测试代码,是wind数据获取接口使用和编写新接口的新手入门读物(A simple example of the wind quantization interface test code)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-01
    • 文件大小:1692672
    • 提供者:日光倾城
  1. C#屏幕取词实例

    0下载:
  2. C#屏幕取词实例,屏幕取词源码-适合二次开发(screen source code examples)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-05-02
    • 文件大小:93184
    • 提供者:燕燕燕燕
« 12 3 4 »
搜珍网 www.dssz.com