搜索资源列表
Hook
- 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
E语言登陆器
- 文件说明: 1、网关服务端 就是网关服务的源代码了,主要用来向登陆器以及游戏客户端DLL下发运行参数等工作。 2、服务端解密DLL 注入游戏服务端进程HOOK RECV对封包解密。 3、客户端加密DLL 注入游戏客户端进程HOOK SEND对游戏封包进行加密。配合服务端加密DLL完成对游戏封包的重新加解密过程。 作用原理: 通过HOOK方式拦截游戏客户端的封包发送和游戏