资源列表
keyboardhook
- 键盘协奏曲,利用hook技术对键盘进行截获,并根据不同的按键发出不同的声音
BIOS-Rootkit
- BIOS Rootkit 及其检测技术的研究-BIOS RootkitBIOS RootkitBIOS RootkitBIOS Rootkit
getword.zip
- 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。,Mouse capture word. Use API hook tech to get word from all over screen.
interrupthook_sc
- Examples of system interruption code hook
Control_FMD
- eVC開發環境, 進行NandFlash進行操作: 讀、寫、保護、格式化
subiaoquci
- 屏幕上的大多数文字都是由gdi32.dll的以下几个函数显示的: TextOuA,TextOutW,ExtTextOutA,ExtTextOutW。象user32.dll中的DrawTextA, DrawTextW都是调用GDI32.DLL的这几个函数实现的。其实大家都知道实现 屏幕抓词的关键是如何截获对这几个函数的调用。我从易到难简要描述一下 实现抓词需要做的几件事: 一、 得到鼠标的当前位置。 二、向鼠标下的窗口发重画消息,让它调用系统函数重画。 三、
ScreenTextScraper
- 屏幕文字抓取,抓取很快而且正确率高!使用了hook办法来勾住系统的屏幕显示函数,适合QQ聊天记录获取!-Screen text crawl, high crawl quickly and correctly! Use the hook to hook the system approaches the screen display functions for QQ chat to get!
VC_records_the_use_of_Chinese_characters_hook
- VC中利用钩子记录中文字符VC records the use of Chinese characters hook-VC records the use of Chinese characters hook
3 урокApi hoock raXOR
- delphi hook test sources
Keyboard-hook
- 键盘钩子是一种可以监控键盘操作的指令,可以简单记录键盘上输入的字符操作,会在文本上形成记录,但是对于像qq输入的用户名和密码做过数据处理的记录无效。-Keyboard hook is a way to monitor the operation of the keyboard commands, you can simply record the operation input characters on the keyboard will be recorded in the form of
MFCSAOLEI
- 小白第一次逆向写的win7下扫雷hook,实现功能:注入后鼠标移动显示坐标,是否有雷,F5一键扫雷(The first reverse write down win7 Minesweeper hook, the realization of function: after injection mouse mobile display coordinates, whether there is thunder, F5 one key Minesweeper)
Hook
- 设置Hook鼠标和键盘钩子,实现对窗口消息的截获,是通过调用dll实现的