mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Tools/Patcher: Updated patterns for x64 win/mac clients
This commit is contained in:
@@ -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 }; }
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 }; }
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 }; }
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 }; }
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user