[Ceg] Remove duplicates

This commit is contained in:
Diavolo 2022-06-26 12:59:30 +02:00
parent 02dd8f9d40
commit 4ed20d7111
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -36,10 +36,6 @@ namespace Components
Utils::Hook::Nop(0x43EC96, 9);
Utils::Hook::Nop(0x4675C6, 9);
// Something useless that can be skipped
Utils::Hook::Nop(0x4BB671, 2);
Utils::Hook::Nop(0x40A54D, 2);
// Random checks scattered throughout the binary
Utils::Hook::Set<BYTE>(0x499F90, 0xC3);
Utils::Hook::Set<BYTE>(0x4FC700, 0xC3);
@ -48,5 +44,6 @@ namespace Components
Utils::Hook::Set<BYTE>(0x42DB00, 0xC3);
Utils::Hook::Set<BYTE>(0x4F4CF0, 0xC3);
Utils::Hook::Set<BYTE>(0x432180, 0xC3);
Utils::Hook::Set<BYTE>(0x461930, 0xC3);
}
}