mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
Tools/Patcher: Updated windows x64 pattern
This commit is contained in:
@@ -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 }; }
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user