diff --git a/src/Components/Modules/Ceg.cpp b/src/Components/Modules/Ceg.cpp index de58fff9..29c9c680 100644 --- a/src/Components/Modules/Ceg.cpp +++ b/src/Components/Modules/Ceg.cpp @@ -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(0x499F90, 0xC3); @@ -57,13 +59,7 @@ namespace Components Utils::Hook::Set(0x461930, 0xC3); Utils::Hook::Set(0x430410, 0xC3); - // Used next to file system functions - Utils::Hook::Set(0x47BC00, 0xC3); - // Looking for stuff in the registry Utils::Hook::Nop(0x4826F8, 5); - - // Live_Init - Utils::Hook::Nop(0x420937, 5); } }