Add SSLVerify patch
This commit is contained in:
parent
7f97f80e83
commit
d846add67c
@ -66,7 +66,6 @@ GetGameVersion () {
|
||||
stream.close ();
|
||||
free (buf);
|
||||
|
||||
printf ("%llx\n", (u64)version);
|
||||
switch (version) {
|
||||
case GameVersion::JP_NOV_2020:
|
||||
case GameVersion::CN_JUN_2023: break;
|
||||
|
@ -76,5 +76,8 @@ Init () {
|
||||
|
||||
// Use TLS v1.2
|
||||
WRITE_MEMORY (ASLR (0x140369662), u8, 0x10);
|
||||
|
||||
// Disable SSLVerify
|
||||
WRITE_MEMORY (ASLR (0x14034C181), u8, 0x00);
|
||||
}
|
||||
} // namespace patches::CN_JUN_2023
|
||||
|
Loading…
x
Reference in New Issue
Block a user