[Ceg]: Last two (#857)

This commit is contained in:
Edo 2023-03-20 21:33:18 +00:00 committed by GitHub
parent 66029df503
commit 65b095afcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ namespace Components
Utils::Hook::Nop(0x4675C6, 9);
Utils::Hook::Nop(0x405A36, 9);
Utils::Hook::Nop(0x4CE656, 9);
Utils::Hook::Nop(0x461E66, 9);
Utils::Hook::Nop(0x4EB3F6, 9);
// Random checks scattered throughout the binary
Utils::Hook::Set<std::uint8_t>(0x499F90, 0xC3);
@ -57,13 +59,7 @@ namespace Components
Utils::Hook::Set<std::uint8_t>(0x461930, 0xC3);
Utils::Hook::Set<std::uint8_t>(0x430410, 0xC3);
// Used next to file system functions
Utils::Hook::Set<std::uint8_t>(0x47BC00, 0xC3);
// Looking for stuff in the registry
Utils::Hook::Nop(0x4826F8, 5);
// Live_Init
Utils::Hook::Nop(0x420937, 5);
}
}