From 49a2feb7dc588db4892d9c49c38454e458dde743 Mon Sep 17 00:00:00 2001 From: Ivailo Spasov Date: Fri, 5 Jul 2013 14:54:33 +0300 Subject: [PATCH] Update win l4d2 signature one of the signature is missing from last commit Signed-off-by: Ivailo Spasov --- l4d2_signature_win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l4d2_signature_win32.h b/l4d2_signature_win32.h index 52fa753..0a79d39 100644 --- a/l4d2_signature_win32.h +++ b/l4d2_signature_win32.h @@ -6,7 +6,7 @@ const char* engine_dll = "engine.dll"; const char* matchmaking_dll = "matchmaking_ds.dll"; const char* matchmaking_dll_alt = "matchmaking.dll"; -const char* friends_lobby = "\x12\x56\x8B\xF1\x8B\x0D\xC3\xC3\xC3\xC3\x85\xC9\x74\xC3\x8B\x01\x8B\x50\x48"; +const char* friends_lobby = "\x12\x55\x8B\xEC\x56\x8B\xF1\xE8\xC3\xC3\xC3\xC3\x8B\x4D\xC3\x89\x01\x8B\x0D"; unsigned char friends_lobby_new[] = {0x06, 0x00, 0xB8, 0x3C, 0x00, 0x00, 0x00, 0xC3}; void* friends_lobby_org = NULL;