搜索资源列表
钩子函数例子
- This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
VB_SubClass
- VB演示窗口过程子类化操作的例子。需要在Debug窗口查看演示信息-VB demonstration process-window type of operation examples. In Debug window View Information Demonstration
Class_Hook
- VB内嵌汇编实现单个类文件实现子类化钩子.-Embedded VB Series achieve single-file-type-type hook.
ReplaceFile
- szAppName(进程映像的绝对路径名),type(对文件的操作类型,取值为0到8),flag(访问类型,取值为0或1),szFileName(文件的绝对路径名)-szAppName (the process of mapping the full path), type (the operation of the document type, value for the 0-8), flag (visit types, value of 0 or 1), szFileName (docume
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
NDIA.rar
- API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.,API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
hookMsgMonitor.rar
- 钩子编程的好例子,钩子的种类好多,这个事cbt钩子,用来监视程序端的改变。,Programming hook a good example of the type of hook a lot, this thing cbt hook, used to monitor changes in client program.
BCB写的源程序
- BCB写的源程序,获取键盘类型,用的是系统API的方法-BCB write the source, to obtain the keyboard type, use the system API method
WH_KEYBOARD_LL
- 采用VC6.0编写的一个全局钩子,用以截获键盘的键入消息,经测试可用。-Written by VC6.0 a global hook to intercept the keyboard type information, available via testing.
killprocess3
- 这个代码能够禁止QQ与IE的运行,当按下SHIFT+空格时禁止,当键入CTRL+ALT+F1时停止功能-This code can run against QQ with IE, when pressing SHIFT+ spaces are prohibited, when you type CTRL+ ALT+ F1 when the stop function
KsBinSword
- 进程相关函数HOOK代码VOID DisplayProcess() 列举进程 VOID DisplayThread() 列举线程 ULONG GetCidAddr() 列举进程所需要的Cid表 DWORD GetDllFunctionAddress() 主动防御中通过句柄得到路径 PVOID GetDriverBaseAdress() 获取指定驱动基址 DWORD GetPlantformDependentInfo () 获取平台信息 BOOL GetProcessNa
MouseHook
- delphi做的鼠标钩子,可以查看控件类型-delphi mouse hook to do, you can view the control type
SYSENTER-hook
- SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
VBPassword
- VB版本的星号查看器, 可以取得坐标, 类型, 句柄, 内容-VB version of the star viewer, you can get coordinates, type, handler, content
hookinfo
- 这是一个捕获鼠标键盘消息的钩子实例,可以显示所捕获的钩子的类型,可以手工设置要捕获的类型,很好的例子-This is a news hook to capture mouse and keyboard instance, you can display the type of hook captured, can be manually set to capture the type of good example
UserHookMonito
- 驱动级消息钩子监控源码 XP 32位 可以识别所有的钩子类型-Drive-level message hooks XP 32-bit source monitoring all of the hooks can identify the type of
LockScreen
- 锁屏程序,如果检测到u口插入设备,而且设备类型是hid时,弹出窗口-Lock screen program, if detected u mouth into the device and the device type is hid, pop-up window
rinffixToPosse
- 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式式,并以字符#表示结束; 输出为后缀表达式形式。 已通过测试。 -Achieve the conversion of infix expression to postfix expression. Requirements: an expression-type keyboard input, and the character# that end output to postfix expression in the form.
keypress
- * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these keys (shift, control, alt, * m
InjLib
- vc++ dll注入代码,非常好用,封装好的类,拿来就能用,测试通过没有问题-vc++ dll injection code, very easy to use, well-type package can be used with, the test is no problem