搜索资源列表
MouseHook_dc9cn
- 一直在用VC++做项目,乐趣无穷,但一直没有什么可以发出来的东西,很多东西拿出来怕被行家笑话,其实这个也不例外-VC has been a project of fun, but nothing has been issued to the things show a lot of things to be afraid of being able joke, in fact this is no exception
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
BossHook
- 在.Net2.0环境上开发WinForm程序,当在多线程中修改界面控件的状态,会抛出一个异常:Cross-thread operation not valid:Control textBox1 accessed from a thread other than the thread it was created on .后查询知道这是因为.net 2.0以后加强了安全机制,不允许在winform中直接跨线程访问控件的属性。到网上Google下,找到的解决方案有三种,现将这三种解决方案整理如下:
Injector-20090421b
- Code is written in C++ with full exception handling (none of this annoying C-based return value checking crap). Only tested on MSVC++. Visual Studio 2008 project files supplied. Note: The AMD64 version can only inject into AMD64 processes,
SYSENTER-hook
- SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
SEHHook
- 高级windows-SEH线程异常钩子源码-High windows-SEH exception thread hook source
neicunguanliqudongneiheAPI
- 返回状态值 检查内存的可用性 异常处理try-except 异常处理try-finally 断言 -Return a status value 检查内存的可用性 Check the availability of memory 异常处理try-except Try-except exception handling 异常处理try-finally Try-finally exception handling