摘要: 这个是过TX游戏自我保护驱动的源代码。可以过qq堂、DNF、寻仙等QQ游戏。#include #include #include #include "Common.h"typedef struct _KAPC_STATE{ LIST_ENTRY ApcListHead[2]; PVOID Process; BOOLEAN KernelApcInProgress; BOOLEAN KernelApcPending; BOOLEAN UserApcPending;} KAPC_STATE, *PKAPC_STATE;ULONG g_nOpenIndex ... 阅读全文
posted @ 2013-12-10 15:58 Max Woods 阅读(1001) 评论(0) 推荐(0) 编辑