From d6b6d7c3d63d16272b0695931dcc8f0bb8c9665a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 31 Dec 2022 11:02:07 +0100 Subject: [PATCH] feat(bindings): update receive function pattern to match newest client --- .../NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs b/src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs index 8a0b9a185f572e584e8fcd27948338b91ce077cf..3666e3aa7962c10a1b11e92e717f1a4298e712ff 100644 --- a/src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs +++ b/src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs @@ -40,5 +40,5 @@ public class NetworkBindingOptions /// /// Gets or sets the pattern to find the receive function at. /// - public string ReceiveFunctionPattern { get; set; } = "55 8B EC 83 C4 F4 53 56 57 33 C9 89 4D F4 89 55 FC 8B D8 8B 45 FC"; + public string ReceiveFunctionPattern { get; set; } = "55 8B EC 83 C4 ?? 53 56 57 33 C9 89 4D ?? 89 4D ?? 89 55 ?? 8B D8 8B 45 ??"; } \ No newline at end of file