搜索资源列表
hook实例
- Surface时捆绑了TCanvas对象,使得DirectDrawSurface可以支持强大的TGraphic及其扩展对象。在此测试中,使用了扩展TGraphic的开放源码的第三方控件PNGImage,实现了通过TCanvas对象在显示平面快速的绘制... -Surface TCanvas when bundled with the target, making DirectDrawSurface can support powerful TGraphic and its expansion t
KB_Hook
- 用C++编写的键盘钩子过程,可以实现全局键盘消息截获,在此基础上做了一个小工具,快速打开应用程序,为平时工作中快速记录提供了方便,当同时按下Alt+F2是就打开excel文件。-In C++ written in the keyboard hook procedure, can achieve global keyboard messages intercepted, on this basis, made a small tool to quickly open applications, f
SYSENTER-hook
- SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
DrawTools
- 快速实现各项鼠标操作,避免鼠标响应事件的混淆-Quickly realize all kinds of the mouse operation, avoid the confusion of the mouse response events
TestHook
- 使用IAT实现的系统钩子程序,能够快速的对windows系统API函数注入自己的代码运行-IAT implemented system hooks, and can inject his own code to run fast on the windows system API functions