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

搜索资源列表

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

    0下载:
  2. 程序“刷刷刷”能够在键盘光标所在的文本输入框中自动输入文字(中文、英文、数字),程序使用C++ Builder 5开发。首先运行C++ Builder并新建工程。接着,将窗体Form1的边框样式(BorderStyle)改为对话框(bsDialog),并放置相应控件如图所示,其中SS_Text是一个用于输入文本的TComboBox控件,当然,你可以在设计阶段预先向控件中输入一些常用文本,以便程序运行后可以直接选用 txtTimes和txtDelay为TEdit控件,分别用于控制发送文本的次数和间
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2033
    • 提供者:andson
  1. C++Builder的系统钩子

    0下载:
  2. C++Builder编写作的系统钩子-C Builder prepared for the Hook
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27111
    • 提供者:邢易
  1. SDS_Function

    0下载:
  2. SDS is an acronym for Solutions Development System, a C/C++ language interface compatible with the ADS® (AutoCAD® Development System) interface found in other CAD systems. SDS provides hooks into IntelliCAD, allowing you to create custom applic
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:171412
    • 提供者:asdf
  1. gamehook

    1下载:
  2. 使用vs.net,c#开发的*程序, 利用全局键盘钩子激活*, 通过进程内存读写技术,实现扫雷和连连看3的*功能。-use vs.net, c # development of the external procedure, and use the keyboard hook overall external activation, through the process of reading and writing memory technology, and the 1000 bloc
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:17032
    • 提供者:稷下剑圣
  1. C-menghuan

    1下载:
  2. C++写的梦幻西游HOOK源码,为了给大家学习一下HOOK,并不是做破坏。
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:57335
    • 提供者:hkqsyh
  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. COMHook_Src

    0下载:
  2. Visual C++ HOOK COM接口-Visual C++ HOOK COM Interface
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:56412
    • 提供者:mce
  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. 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. 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. C++

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

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

    0下载:
  2. 用api中SetCursorPos函数实现鼠标绕环,本实例为vb版,另有C#版,原理一样,本实例仅对于初学者,所以比较简单。 -SetCursorPos with api functions for the mouse circling in the instance of the vb version, and another C# version of the same principle, only for beginners in this instance, it is relativ
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:139815
    • 提供者:Lookup666
  1. memory

    0下载:
  2. 实现读内存,C/C++编程实现,可以自由改写代码。-Reading memory, C/C++ programming, can be freely rewritten code.
  3. 所属分类:Hook api

    • 发布日期:2017-12-07
    • 文件大小:926
    • 提供者:江诚
  1. CSharpPVCPPPBHO

    0下载:
  2. c#和c++的几个BHO源程序。值得参考学习-c# and c++ several the BHO source. It is also useful to learning
  3. 所属分类:Hook api

    • 发布日期:2017-12-08
    • 文件大小:4163584
    • 提供者:阿甘
  1. 20447166PrintMonitor

    0下载:
  2. The .NET Framework Base Class Library (BCL) consists of thousands of classes covering almost all of the functionality required to create powerful applications. Certain functionality,—such as changing the windows resolution or muting and unmuting soun
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:135786
    • 提供者:ALEDELI
  1. memory-management

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术-memory management
  3. 所属分类:Hook api

    • 发布日期:2017-06-18
    • 文件大小:27964115
    • 提供者:leonfan
  1. C++builder键盘钩子源码

    0下载:
  2. C++builder键盘钩子源码。用hook技术编写,监控键盘输入内容。
  3. 所属分类:钩子与API截获

  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 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com