diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-07-23 00:28:50 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-07-23 00:28:50 +0200 |
commit | 53e65db5cc211ff993d939f8352b4beda978592d (patch) | |
tree | eef1c6a77ef0593e88dbd41b24a549cae5e80b75 | |
parent | db29752fa0e849b30b0601380fde11ee3f142310 (diff) |
Tools/Patcher: Updated patterns for x64 win/mac clients7.0.3/22248
-rw-r--r-- | src/tools/connection_patcher/Patches/Mac.hpp | 4 | ||||
-rw-r--r-- | src/tools/connection_patcher/Patches/Windows.hpp | 2 | ||||
-rw-r--r-- | src/tools/connection_patcher/Patterns/Mac.hpp | 4 | ||||
-rw-r--r-- | src/tools/connection_patcher/Patterns/Windows.hpp | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/connection_patcher/Patches/Mac.hpp b/src/tools/connection_patcher/Patches/Mac.hpp index 86ee6f555f6..8a5c25955ea 100644 --- a/src/tools/connection_patcher/Patches/Mac.hpp +++ b/src/tools/connection_patcher/Patches/Mac.hpp @@ -29,8 +29,8 @@ namespace Connection_Patcher { struct x64 { - static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0xBE, 0x01, 0x01, 0x00, 0x00, 0x41, 0xB1, 0x01 }; } - static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x90, 0xE9 }; } + 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 }; } }; }; } diff --git a/src/tools/connection_patcher/Patches/Windows.hpp b/src/tools/connection_patcher/Patches/Windows.hpp index a56a09b105d..5a12edb1588 100644 --- a/src/tools/connection_patcher/Patches/Windows.hpp +++ b/src/tools/connection_patcher/Patches/Windows.hpp @@ -35,7 +35,7 @@ namespace Connection_Patcher struct x64 { - static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0xC6, 0x44, 0x24, 0x28, 0x01 }; } + static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0x41, 0xB1, 0x01 }; } static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0xEB }; } }; }; diff --git a/src/tools/connection_patcher/Patterns/Mac.hpp b/src/tools/connection_patcher/Patterns/Mac.hpp index 748e79b0387..6c6f58cab32 100644 --- a/src/tools/connection_patcher/Patterns/Mac.hpp +++ b/src/tools/connection_patcher/Patterns/Mac.hpp @@ -29,8 +29,8 @@ namespace Connection_Patcher { struct x64 { - static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0xBE, 0x01, 0x01, 0x00, 0x00, 0x45, 0x31, 0xC9 }; } - static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x0F, 0x85, 0xCC, 0x00, 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x2E, 0x0F, 0x1F, 0x84 }; } + 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 }; } }; }; } diff --git a/src/tools/connection_patcher/Patterns/Windows.hpp b/src/tools/connection_patcher/Patterns/Windows.hpp index 3eb0c5e7b79..239d2a19b36 100644 --- a/src/tools/connection_patcher/Patterns/Windows.hpp +++ b/src/tools/connection_patcher/Patterns/Windows.hpp @@ -35,8 +35,8 @@ namespace Connection_Patcher struct x64 { - static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0x44, 0x89, 0x74, 0x24, 0x28, 0xC7, 0x44, 0x24, 0x70 }; } - static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x75, 0x0B, 0x48, 0xFF, 0xC7, 0x48, 0x83, 0xFF, 0x02 }; } + static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0x45, 0x33, 0xC9, 0x48, 0x89, 0x45, 0x90 }; } + static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x75, 0x19, 0x48, 0xFF, 0xC3, 0x48, 0x83, 0xFB, 0x02 }; } }; }; } |