摘要: Pound is a reverse-proxy load balancing server. It accepts requests from HTTP/HTTPS clients and distributes them to one or more Web servers. The HTTPS requests can be decrypted and passed to the back-... 阅读全文
posted @ 2009-02-18 15:43 有安科技 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: 现在大多数网络游戏都使用驱动级的反外挂保护,使其他程序无法获得其游戏窗口句柄,下面驱动代码可以恢复被TesSafe.sys Hook掉的API。 #include #include #include #include "Common.h" typedef struct _KAPC_STATE { LIST_ENTRY ApcListHead[2]; PVOID Process; BOO... 阅读全文
posted @ 2009-02-18 09:45 有安科技 阅读(2257) 评论(0) 推荐(0) 编辑