绘制字符(不太满意)

This commit is contained in:
2022-04-24 02:31:42 +08:00
parent 3bdafc7e35
commit 6583312298
12 changed files with 150 additions and 69 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#include "MinHook.h"
#pragma comment(lib, "libMinHook.x86.lib")
class hook
{
@@ -11,6 +13,8 @@ public:
static uint32_t H_Register_Nut(uint32_t v, void* f, int freeVarsCnt);
//HOOK_收包的替换函数
static void H_Register_Pack(void* Ecx);
//HOOK_绘制字符的替换函数
static void _fastcall H_Register_DrawCode(DWORD thisc, int Seat, int a3, int a4, int a5, int a6);
//总HOOK
static int RegisterHook();