From 40cdc86e9aa00e2772db567e631ca858ab1c5be9 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 22 Dec 2016 16:46:30 +0100 Subject: Tools/Patcher: Maybe fix mac Ref #18145 --- src/tools/connection_patcher/Patches/Mac.hpp | 2 +- src/tools/connection_patcher/Patterns/Mac.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tools/connection_patcher/Patches/Mac.hpp b/src/tools/connection_patcher/Patches/Mac.hpp index 8a5c25955ea..9d3a085026b 100644 --- a/src/tools/connection_patcher/Patches/Mac.hpp +++ b/src/tools/connection_patcher/Patches/Mac.hpp @@ -30,7 +30,7 @@ namespace Connection_Patcher struct x64 { static const std::vector CertBundleCASCLocalFile() { return{ 0x48, 0x8D, 0x55, 0xC4, 0x31, 0xDB, 0xB1, 0x01 }; } - static const std::vector CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xED, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }; } + static const std::vector CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xFF, 0xB0, 0x01, 0x90, 0x90, 0x90, 0x90 }; } }; }; } diff --git a/src/tools/connection_patcher/Patterns/Mac.hpp b/src/tools/connection_patcher/Patterns/Mac.hpp index 6c6f58cab32..0df087956ea 100644 --- a/src/tools/connection_patcher/Patterns/Mac.hpp +++ b/src/tools/connection_patcher/Patterns/Mac.hpp @@ -30,7 +30,7 @@ namespace Connection_Patcher struct x64 { static const std::vector CertBundleCASCLocalFile() { return{ 0x48, 0x8D, 0x55, 0xC4, 0x31, 0xDB, 0x31, 0xC9 }; } - static const std::vector CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xED, 0x0F, 0x84, 0x00, 0x00, 0x00, 0x00, 0xE9 }; } + static const std::vector CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xFF, 0xB0, 0x01, 0x75, 0x00, 0x88, 0xD8 }; } }; }; } -- cgit v1.2.3