diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-12-22 16:46:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-12-22 16:46:30 +0100 |
commit | 40cdc86e9aa00e2772db567e631ca858ab1c5be9 (patch) | |
tree | fc46140b01fb04219b25787f95e0000153f369b6 | |
parent | 538c8c3843fdf8705e348960d19b279653c03b95 (diff) |
Tools/Patcher: Maybe fix mac
Ref #18145
-rw-r--r-- | src/tools/connection_patcher/Patches/Mac.hpp | 2 | ||||
-rw-r--r-- | src/tools/connection_patcher/Patterns/Mac.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
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<unsigned char> CertBundleCASCLocalFile() { return{ 0x48, 0x8D, 0x55, 0xC4, 0x31, 0xDB, 0xB1, 0x01 }; } - static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xED, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 }; } + static const std::vector<unsigned char> 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<unsigned char> CertBundleCASCLocalFile() { return{ 0x48, 0x8D, 0x55, 0xC4, 0x31, 0xDB, 0x31, 0xC9 }; } - static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xED, 0x0F, 0x84, 0x00, 0x00, 0x00, 0x00, 0xE9 }; } + static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x45, 0x84, 0xFF, 0xB0, 0x01, 0x75, 0x00, 0x88, 0xD8 }; } }; }; } |