[Ceg]: Last two (#857)
This commit is contained in:
parent
66029df503
commit
65b095afcb
@ -45,6 +45,8 @@ namespace Components
|
|||||||
Utils::Hook::Nop(0x4675C6, 9);
|
Utils::Hook::Nop(0x4675C6, 9);
|
||||||
Utils::Hook::Nop(0x405A36, 9);
|
Utils::Hook::Nop(0x405A36, 9);
|
||||||
Utils::Hook::Nop(0x4CE656, 9);
|
Utils::Hook::Nop(0x4CE656, 9);
|
||||||
|
Utils::Hook::Nop(0x461E66, 9);
|
||||||
|
Utils::Hook::Nop(0x4EB3F6, 9);
|
||||||
|
|
||||||
// Random checks scattered throughout the binary
|
// Random checks scattered throughout the binary
|
||||||
Utils::Hook::Set<std::uint8_t>(0x499F90, 0xC3);
|
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>(0x461930, 0xC3);
|
||||||
Utils::Hook::Set<std::uint8_t>(0x430410, 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
|
// Looking for stuff in the registry
|
||||||
Utils::Hook::Nop(0x4826F8, 5);
|
Utils::Hook::Nop(0x4826F8, 5);
|
||||||
|
|
||||||
// Live_Init
|
|
||||||
Utils::Hook::Nop(0x420937, 5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user