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

搜索资源列表

  1. kbmousehook

    0下载:
  2. 一个简单的键盘鼠标构子,无需自定义dll 文件-a simple structure of the keyboard and mouse-without custom documents dll
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:苏永邦
  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
    • 文件大小:167.39kb
    • 提供者:asdf
  1. hook-api

    0下载:
  2. 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:45.62kb
    • 提供者:zhubh
  1. getword

    0下载:
  2. 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。 经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。 注:这个程序是为NT定做的,
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:26.63kb
    • 提供者:璐盟其
  1. CustomMessageBoxAPI

    0下载:
  2. Custom MessageBoxAPI
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1.35kb
    • 提供者:David
  1. HookFunc

    0下载:
  2. 载获API函数,获取字符串这个例子就是通过Hook几个最基本的字符串输出函数,以获得系统所有文字的例子! 获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。 -Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:22.88kb
    • 提供者:chinaeping
  1. KeybdHook.

    0下载:
  2. 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:40.16kb
    • 提供者:张鲁夺
  1. Hotkey

    0下载:
  2. 一个VB制作的系统热键程序,可以侦听任意键盘按键以启动某个程序,或者虚拟成另外一个按键,可用于盛大易宝等遥控器的自定义按键-A production system hotkey VB program, you can listen any keyboard button to start a program, or into another virtual buttons that can be used EZ Pod and other custom remote control button
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:12.99kb
    • 提供者:liu_geng
  1. NCoverage_Sources

    0下载:
  2. N-Coverage IDA Plugin and stand-alone Application N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution o
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:121.8kb
    • 提供者:louis
  1. APIHOOK1

    0下载:
  2. API钩子,通过修改IAT表实现,截获MessageBoxW,MessageBoxA等API;可自由修改自定义API实现函数-API hooks, by modifying the IAT table to achieve, intercepted MessageBoxW, MessageBoxA other API be free to modify a custom API to achieve the function
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:81.47kb
    • 提供者:未愈书生
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10.13kb
    • 提供者:宋若军
  1. fanghuoqiang

    0下载:
  2. 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:374.47kb
    • 提供者:黄俊凯
  1. keyboard

    1下载:
  2. 一套键盘类,自定义按键,拦截按键,发送按键,模拟按键,后台按键-A keyboard classes, custom buttons, intercept keys, send keys, analog buttons, background button
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:172.86kb
    • 提供者:curieCH
  1. vb-6.0-mouse-move-and-click

    0下载:
  2. vb 6.0 编写的用来移动和点击鼠标的程序,鼠标的移动和点击根据自定义脚本执行,功能强大是淘宝刷红包的利器啊-vb 6.0 prepared to move and click the mouse program, mouse movements and clicks based on a custom scr ipt execution, powerful red brush Taobao weapon ah
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:46.83kb
    • 提供者:li
  1. syringe

    0下载:
  2. Syringe is a general purpose injection utility for the windows platform. It supports injection of DLLs, and shellcode into remote processes as well execution of shellcode (via the same method of shellcodeexec). It can be very useful for executing Met
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:sirpoot
  1. HookAPI

    0下载:
  2. 实现windows下的hook钩子函数,可以修改库函数中接口自定义。-Achieve hook hook function under windows, you can modify a custom interface library functions.
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:3.76mb
    • 提供者:ouchengguo
  1. KeyHook

    0下载:
  2. 键盘钩子,截获了指定的键盘消息,处理自定义的过程。-Keyboard hook, the specified keyboard message interception, handling the process of the custom.
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:3.48mb
    • 提供者:王祎
搜珍网 www.dssz.com