diff --git a/apps/counterstrikesharp/src/FiveStack.Events/InitConnect.cs b/apps/counterstrikesharp/src/FiveStack.Events/InitConnect.cs index 360b0138..8e6d26f0 100644 --- a/apps/counterstrikesharp/src/FiveStack.Events/InitConnect.cs +++ b/apps/counterstrikesharp/src/FiveStack.Events/InitConnect.cs @@ -19,7 +19,7 @@ public partial class FiveStackPlugin // near "CNetworkGameServerBase::ConnectClient( name=\'%s\', remote=\'%s\' )\n" private static string ConnectClientSignature = RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ? "55 48 89 E5 41 57 49 89 D7 41 56 49 89 FE 41 55 41 54 53 89 CB 48 81 EC ? ? ? ?" - : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 54 FF FF 0F FF"; + : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 4C FF FF 0F FF"; /// /// diff --git a/apps/swiftly/src/FiveStack.Events/InitConnect.cs b/apps/swiftly/src/FiveStack.Events/InitConnect.cs index 0f4e229d..319d1dbf 100644 --- a/apps/swiftly/src/FiveStack.Events/InitConnect.cs +++ b/apps/swiftly/src/FiveStack.Events/InitConnect.cs @@ -47,7 +47,7 @@ public partial class FiveStackPlugin */ private static string ConnectClientSignature = RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ? "55 48 89 E5 41 57 49 89 D7 41 56 49 89 FE 41 55 41 54 53 89 CB 48 81 EC ? ? ? ?" - : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 54 FF FF 0F FF"; + : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 4C FF FF 0F FF"; private IUnmanagedFunction? _connectClientFunc; private Guid _connectClientHookId; diff --git a/apps/utility-css/src/Events/PracticeConnect.cs b/apps/utility-css/src/Events/PracticeConnect.cs index b21efcef..420643ee 100644 --- a/apps/utility-css/src/Events/PracticeConnect.cs +++ b/apps/utility-css/src/Events/PracticeConnect.cs @@ -21,7 +21,7 @@ public partial class UtilityPracticePlugin // near "CNetworkGameServerBase::ConnectClient( name=\'%s\', remote=\'%s\' )\n" private static string ConnectClientSignature = RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ? "55 48 89 E5 41 57 49 89 D7 41 56 49 89 FE 41 55 41 54 53 89 CB 48 81 EC ? ? ? ?" - : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 54 FF FF 0F FF"; + : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 4C FF FF 0F FF"; /// /// diff --git a/apps/utility-sw/src/Events/PracticeConnect.cs b/apps/utility-sw/src/Events/PracticeConnect.cs index f4ef70d3..aecf6737 100644 --- a/apps/utility-sw/src/Events/PracticeConnect.cs +++ b/apps/utility-sw/src/Events/PracticeConnect.cs @@ -49,7 +49,7 @@ public partial class UtilityPracticePlugin */ private static string ConnectClientSignature = RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ? "55 48 89 E5 41 57 49 89 D7 41 56 49 89 FE 41 55 41 54 53 89 CB 48 81 EC ? ? ? ?" - : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 54 FF FF 0F FF"; + : "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 4C FF FF 0F FF"; private IUnmanagedFunction? _connectClientFunc; private Guid _connectClientHookId; diff --git a/shared/gamedata/fivestack.gamedata.json b/shared/gamedata/fivestack.gamedata.json index b8e65b38..bb2ca399 100644 --- a/shared/gamedata/fivestack.gamedata.json +++ b/shared/gamedata/fivestack.gamedata.json @@ -4,7 +4,7 @@ "signatures": { "library": "engine2", "linux": "55 48 89 E5 41 57 49 89 D7 41 56 49 89 FE 41 55 41 54 53 89 CB 48 81 EC ? ? ? ?", - "windows": "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 54 FF FF 0F FF" + "windows": "48 89 5C 24 18 44 89 4C 24 20 55 41 54 41 55 41 56 41 57 48 8D 6C 24 F1 48 81 EC ? ? ? ? 81 64 24 4C FF FF 0F FF" } }, "FiveStack_NetworkServerService_GetIGameServer": {