Update to 2nd anniversary update

This commit is contained in:
Mikhail
2024-10-30 16:39:56 -04:00
parent c56c65dbd3
commit 6ca8f00368
5 changed files with 51 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ namespace ServerSelector
{
public class ServerSwitcher
{
private static int GameAssemblySodiumIntegrityFuncHint = 0x57295B0;
private static int GameAssemblySodiumIntegrityFuncHint = 0x5B74E00;
private static byte[] GameAssemblySodiumIntegrityFuncOrg = [0x40, 0x53, 0x56, 0x57, 0x41];
private static byte[] GameAssemblySodiumIntegrityFuncPatch = [0xb0, 0x01, 0xc3, 0x90, 0x90];
private const string HostsStartMarker = "# begin ServerSelector entries";