spectaterrrr

This commit is contained in:
Gray
2024-03-19 14:43:57 -04:00
parent 5bfe3a6179
commit 0a9191b854
7 changed files with 53 additions and 48 deletions

View File

@@ -95,8 +95,11 @@ uint64 FindGIsClient()
if (bIsScuffedByte)
{
if (Bytes[2] == 0x74) // DIE 4.5 (todo check length of entire instruction)
if (*(Memcury::ASM::MNEMONIC*)(Addr.Get() - i + 2) == 0x74) // DIE 4.5 (todo check length of entire instruction)
{
LOG_INFO(LogDev, "Found broken byte, skipping!");
continue;
}
}
if (!PickedByte)