搜索资源列表
IDT-Hook-
- IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter
bypass_easyhook
- bypass windows hook engines which if the LoaderLock is held not executes the hook handler.
InnerHook
- Win32 钩子程序,实现对系统事件的挂载处理-a win32 hook program, to hook into system messages handler.
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
WindowsHandlerFinder_src
- Windows Handler Finder is a application that allow you to find the handler of any opened windows of you desktop
SetWindowHookEx
- SetWindowHookEx.rar记录非密码保护的所有全局键盘句柄内容-SetWindowHookEx.rar record non-password-protected content of all global keyboard handler
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo