Tools/Patcher: Updated patterns for x64 win/mac clients

This commit is contained in:
Shauren
2016-07-23 00:28:50 +02:00
parent db29752fa0
commit 53e65db5cc
4 changed files with 7 additions and 7 deletions

View File

@@ -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 }; }
};
};
}

View File

@@ -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 }; }
};
};

View File

@@ -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 }; }
};
};
}

View File

@@ -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 }; }
};
};
}