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

搜索资源列表

  1. FU_Rootkit

    0下载:
  2. hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143130
    • 提供者:ketty
  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. keyboard2000

    0下载:
  2. 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14118
    • 提供者:c-king
  1. rawinput

    0下载:
  2. 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to o
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:18660
    • 提供者:李大叶
  1. getremotewndprocdemo

    1下载:
  2. 获取其它进程中窗口的窗口过程 创建远程线程的方式,可以在其它进程内创建一个新的线程,并且可以指定这个线程的线程函数-access to other process window of the process of creating long-range window thread, in other processes to create a new thread, and can specify the function thread Thread
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14484
    • 提供者:张世民
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:199137
    • 提供者:黄春标
  1. hook_winsock

    0下载:
  2. 给你一种如何钩住windows socket 的方法,这种方法是写一个新的windows socket ,根据需要处理相应的api-to you how hooked windows of a socket approach, which is to write a new windows socket, according to the need to address the corresponding api
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3731
    • 提供者:zhouruisheng
  1. Fools.rar

    0下载:
  2. 本程序采用VS2008.Net制作。模仿了死机或蓝屏(两者之间随机)。 系统用到Graphic、进程操作、屏幕截图截图、键盘钩子、注册表等,适合新人学习Winform程序之用。 由于系统模仿了死机和蓝屏,可在3秒内点击鼠标以解锁。否则只能重启电脑。 /// 鼠标码:11211233312 (“1”为鼠标左键,“2”为鼠标右键,“3”为鼠标中键) ,VS2008.Net produced using this procedure. Mimic a crash or blue scree
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:68027
    • 提供者:hml
  1. DNFzuduigongnengsilu

    0下载:
  2. 新功能思路(简单利用了全屏钩子的原理,在结合一些东西写成的. 稳定性一般.值得借鉴)-New ideas (simple principle of using the full-screen hook, in combination with something written. Stability in general. Worth learning)
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:151265
    • 提供者:刘乐
  1. NEW.rar

    0下载:
  2. 全局下钩实现对IE用到的send函数的拦截,Hook socket send in IE.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:175133
    • 提供者:Asuka
  1. SSDT

    0下载:
  2. 建立新的SSDT表,修改可以绕过,某些游戏保护系统的SSDT HOOK 或 INLINE HOOK-SSDT table to create a new, modified to bypass certain game protection system SSDT HOOK or INLINE HOOK
  3. 所属分类:Hook api

    • 发布日期:2016-01-26
    • 文件大小:21504
    • 提供者:f74108
  1. Detours-Express-3.0

    0下载:
  2. 拦截API调用,将其引导到自己的子程序,从而实现WIN32 API的定制。为一个已在运行的进程创建一新线程,装入自己的代码并运行。 -Intercept API calls, will lead to his son the program, so as to realize the customized WIN32 API. For a has set up a file in the operation of the process to create new thread, into it
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:496231
    • 提供者:zhuhuafeng
  1. apihook

    0下载:
  2. Hook到记事本的MessageBoxW函数 打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果-Hook into Notepad MessageBoxW function of the old Notepad to open the importation of several new characters, according to a new you will see the effect HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:85339
    • 提供者:周礼
  1. IDThjack

    0下载:
  2. 代码介绍了一种IDT Hook的新方法!很新颖的办法-IDT HOOK new method。代码介绍了一种IDT Hook的新方法!很新颖的办法
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:45506
    • 提供者:linzhixin
  1. rawinput_src

    0下载:
  2. Raw input device. // Create a new InputDevice object, get the number of // keyboards, and register the method which will handle the // InputDevice KeyPressed event -Raw input device. // Create a new InputDevice object, get t
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:16279
    • 提供者:naseria
  1. SendInputsimulate200909

    0下载:
  2. 通过sendinput控制鼠标的移动功能,可以多学习人家的编程方法,也可以HOOK去尝试新的方法-Sendinput controlled through the movement of the mouse function, can learn from other people' s programming can also be HOOK to try a new approach
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:25042
    • 提供者:云网
  1. sample6

    1下载:
  2. 一个记录鼠标与键盘信息的钩子程序。并能将鼠标与键盘的信息从新回放,用到了文件流与等知识点。-A record of information on the mouse and keyboard hook procedure. And the mouse and keyboard to the new message playback, use the document flow and knowledge point.
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5289840
    • 提供者:Wayne
  1. NewWayToFindRookits

    0下载:
  2. rootkits检测新方法,可以作为对rootkits的研究资料-new method for detecting rootkits can be used as research data on rootkits
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:937218
    • 提供者:王谦
  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
    • 文件大小:86685
    • 提供者:louis
  1. spispspi

    0下载:
  2. its avr hook file for new programmers, its greate
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:370109
    • 提供者:hassan
« 12 »
搜珍网 www.dssz.com