thunk技术
摘要:Thunk : 将一段机器码对应的字节保存在一个连续内存结构里, 然后将其指针强制转换成函数. 即用作函数来执行,通常用来将对象的成员函数作为回调函数. #include "stdafx.h"#include namespace pri{ typedef unsigned char u1byte...
阅读全文
posted @ 2015-01-18 16:05
posted @ 2015-01-18 16:05