From 6076f9312a9925e5d6930cfcb5204df29447d143 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 28 Oct 2016 18:27:12 +0200 Subject: Tools/Patcher: Updated windows x64 pattern --- src/tools/connection_patcher/Patterns/Windows.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 CertBundleCASCLocalFile() { return{ 0x45, 0x33, 0xC9, 0x48, 0x89, 0x45, 0x90 }; } + static const std::vector CertBundleCASCLocalFile() { return{ 0x45, 0x33, 0xC9, 0x48, 0x89, 0xBC, 0x24, 0x00, 0x02 }; } static const std::vector CertBundleSignatureCheck() { return{ 0x75, 0x19, 0x48, 0xFF, 0xC3, 0x48, 0x83, 0xFB, 0x02 }; } }; }; -- cgit v1.2.3