diff --git a/src/Basehook.cpp b/src/Basehook.cpp index e3e516d..77245b2 100644 --- a/src/Basehook.cpp +++ b/src/Basehook.cpp @@ -71,7 +71,7 @@ extern "C" void __attribute__((constructor)) css_basehook_open() { entitylist = GetInterface("bin/client.so", "VClientEntityList0"); gameevents = GetInterface("bin/engine.so", "GAMEEVENTSMANAGER002"); - // Scan for the 'CRC32_ProcessBuffer' function. + // Scan for the 'CRC32_ProcessBuffer' function. (overkill, but why not?) CRC32_ProcessBuffer = reinterpret_cast( FindPattern("bin/client.so", "\x55\x89\xE5\x57\x56\x53\x83\xEC\x08\x8B\x4D\x10", "xxxxxxxxxxxx") );