1
1
mirror of synced 2025-01-24 07:14:05 +01:00

Fix SSLVerify patch

This commit is contained in:
BroGamer 2023-09-10 18:10:58 +12:00
parent d846add67c
commit bbcee24f9f

View File

@ -78,6 +78,6 @@ Init () {
WRITE_MEMORY (ASLR (0x140369662), u8, 0x10); WRITE_MEMORY (ASLR (0x140369662), u8, 0x10);
// Disable SSLVerify // Disable SSLVerify
WRITE_MEMORY (ASLR (0x14034C181), u8, 0x00); WRITE_MEMORY (ASLR (0x14034C182), u8, 0x00);
} }
} // namespace patches::CN_JUN_2023 } // namespace patches::CN_JUN_2023