采用个hook技术对writefile函数进行拦截
摘要:
DLL部分:View Code #include <windows.h>#include <ImageHlp.h>#include <TlHelp32.h>#pragma comment(lib,"ImageHlp")#pragma data_seg("Shared")HHOOK hhk = NULL;#pragma data_seg()#pragma comment(linker, "/Section:Shared,rws")HMODULE hmodThisDll;#define MyName & 阅读全文
posted @ 2011-11-03 01:47 zhxfl 阅读(1215) 评论(0) 推荐(0)
浙公网安备 33010602011771号