waffle2 hook fix for shinyu

This commit is contained in:
Chenx221 2025-01-04 13:55:35 +08:00
parent 22946df452
commit 4335a4560a

View File

@ -6007,9 +6007,9 @@ bool InsertWaffleHook()
0x50, //50 push eax 0x50, //50 push eax
0x8b, 0xce, //8BCE mov ecx,esi 0x8b, 0xce, //8BCE mov ecx,esi
0xc6, 0x45, 0xfc, XX, //C645 FC 01 move byte ptr ss:[ebp-4],? 0xc6, 0x45, 0xfc, XX, //C645 FC 01 move byte ptr ss:[ebp-4],?
0x89, 0x75, 0xd4, //8975 D4 move dword ptr ss:[ebp-0x2c],esi 0x89, 0x75, XX, //8975 D4 move dword ptr ss:[ebp-0x2c],esi
0xe8, XX4, //E8 ?? call ?? 0xe8, XX4, //E8 ?? call ??
0x8d, 0x45, 0xdc //8D45 DC lea eax,dword ptr ss:[ebp-0x24] 0x8d, 0x45, XX //8D45 DC lea eax,dword ptr ss:[ebp-0x24]
}; };
if (DWORD addr = MemDbg::findBytes(bytes, sizeof(bytes), processStartAddress, processStopAddress)) if (DWORD addr = MemDbg::findBytes(bytes, sizeof(bytes), processStartAddress, processStopAddress))
{ {