aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-10-28 18:27:12 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-28 18:27:12 +0200
commit6076f9312a9925e5d6930cfcb5204df29447d143 (patch)
treee4b48982109c746857e5e4f19af55fad5930fbad
parentf0f8fe7f917dc857b21119d633283abb6af39033 (diff)
Tools/Patcher: Updated windows x64 pattern
-rw-r--r--src/tools/connection_patcher/Patterns/Windows.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/connection_patcher/Patterns/Windows.hpp b/src/tools/connection_patcher/Patterns/Windows.hpp
index 239d2a19b36..7dd1a0b8dcd 100644
--- a/src/tools/connection_patcher/Patterns/Windows.hpp
+++ b/src/tools/connection_patcher/Patterns/Windows.hpp
@@ -35,7 +35,7 @@ namespace Connection_Patcher
struct x64
{
- static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0x45, 0x33, 0xC9, 0x48, 0x89, 0x45, 0x90 }; }
+ static const std::vector<unsigned char> CertBundleCASCLocalFile() { return{ 0x45, 0x33, 0xC9, 0x48, 0x89, 0xBC, 0x24, 0x00, 0x02 }; }
static const std::vector<unsigned char> CertBundleSignatureCheck() { return{ 0x75, 0x19, 0x48, 0xFF, 0xC3, 0x48, 0x83, 0xFB, 0x02 }; }
};
};