搜索资源列表
Journaling_Keyboard_and_Mouse_Input_src
- This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the
sdkdemo
- 这篇则是面向对象技术篇,当然还是老调重提!不过我们是利用面向对象技术实现Windows的SDK开发,对于刚开始学习Win32 SDK的VcKbase的朋友们,你们一定可以在此获益!-This is the object-oriented technology, a chapter of course, the old tune again! But we are using object-oriented technology for Windows SDK development, For j
Api Hook和封包拦截技术
- const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
delphi-spy
- 和spy++类似的一个代码,这些有名的软件老被游戏封闭,自己写了个获取当前窗口的hdl-And the spy++ like a code, these well-known software, games and old have been closed, himself wrote a month to get the current window hdl
apihook
- 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
shv4.tar
- Source code for SHV4 rootkit. Its old version of the rootkit but very good for study purposes
Myplayerwideenhhook
- 我写这个播放器主要是因为想记录播放音乐的次数 这样可以翻出很久没听的老歌 -I wrote this mainly because the player would like to record the number of playing music so long heard the old saw video
laoxiongjianpanjilv
- 老熊*器第九版开源代码,*器by老熊-keyboard trojean of old bear,edtion night
HOOK
- HOOK的基本用法源码,新手可以看下,老鸟就不用下了-The basic usage HOOK source, and newcomers may have a look, the old bird would not down
Hook-KiFastCallEntry
- Hook KiFastCallEntry监控系统调用 这是一个监控特定进程系统调用的小程序,整理硬盘时找到的,发出来跟大家分享。原理很简单,通过hook KiFastCallEntry实现,很老的技术了。-The monitoring system Hook KiFastCallEntry call this is a small program to monitor specific process system calls, finishing hard disk when you fi