Update sigs.h

This commit is contained in:
Accelerator 2023-02-03 20:06:18 +03:00 committed by GitHub
parent a9eb899fac
commit 77842f1418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
sigs.h
View File

@ -5,7 +5,7 @@
#define SIG_WINDOWS "\x55\x8B\xEC\x83\xE4\xF8\x8B\x45\x08\x83\xEC\x14" #define SIG_WINDOWS "\x55\x8B\xEC\x83\xE4\xF8\x8B\x45\x08\x83\xEC\x14"
#define SIG_WIN_SIZE 12 #define SIG_WIN_SIZE 12
#define SIG_LINUX "LoggingSystem_Log" #define SIG_LINUX "LoggingSystem_Log"
#define SIG_LINUX_OFFSET 144 #define SIG_LINUX_OFFSET 192
#elif SOURCE_ENGINE == SE_LEFT4DEAD2 #elif SOURCE_ENGINE == SE_LEFT4DEAD2
#define SIG_WINDOWS "\x55\x8B\xEC\x83\xEC\x1C\xA1\x2A\x2A\x2A\x2A" #define SIG_WINDOWS "\x55\x8B\xEC\x83\xEC\x1C\xA1\x2A\x2A\x2A\x2A"
#define SIG_WIN_SIZE 11 #define SIG_WIN_SIZE 11