Update sigs.h

Thanks @nikooo777
This commit is contained in:
Accelerator 2023-02-03 22:28:35 +03:00 committed by GitHub
parent 77842f1418
commit 5ccb4d8fd0
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 192 #define SIG_LINUX_OFFSET 576
#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