From 7344c374c401037b3410d71e6e3fb5e118463f97 Mon Sep 17 00:00:00 2001 From: aixxe Date: Wed, 4 Jan 2017 11:21:13 +0000 Subject: [PATCH] Prepare for general release. * I know someone is gonna say something about this if I don't include a note about it. Signed-off-by: aixxe --- src/Basehook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") );