~ruther/NosSmooth.Local

d6b6d7c3d63d16272b0695931dcc8f0bb8c9665a — Rutherther 2 years ago ab130c1
feat(bindings): update receive function pattern to match newest client
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs
M src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs => src/Core/NosSmooth.LocalBinding/Options/NetworkBindingOptions.cs +1 -1
@@ 40,5 40,5 @@ public class NetworkBindingOptions
    /// <summary>
    /// Gets or sets the pattern to find the receive function at.
    /// </summary>
    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

Do not follow this link