From d35c4688de5f42ac62a4577c65cc7f7d5f771d31 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 26 Oct 2016 14:28:52 -0700 Subject: [PATCH] [Constants] Add T7Z signature --- SabreTools.Helper/Data/Constants.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreTools.Helper/Data/Constants.cs b/SabreTools.Helper/Data/Constants.cs index 50ae9e26..7e808651 100644 --- a/SabreTools.Helper/Data/Constants.cs +++ b/SabreTools.Helper/Data/Constants.cs @@ -110,6 +110,8 @@ namespace SabreTools.Helper.Data The rest is unknown */ public static byte[] Torrent7ZipHeader = new byte[] { 0x37, 0x7a, 0xbc, 0xaf, 0x27, 0x1c, 0x00, 0x03 }; + public static byte[] Torrent7ZipSignature = new byte[] { 0xa9, 0xa9, 0x9f, 0xd1, 0x57, 0x08, 0xa9, 0xd7, 0xea, 0x29, 0x64, 0xb2, + 0x36, 0x1b, 0x83, 0x52, 0x33, 0x00, 0x74, 0x6f, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x37, 0x7a, 0x5f, 0x30, 0x2e, 0x39, 0x62, 0x65, 0x74, 0x61 }; /* (Torrent)GZ Header Format https://tools.ietf.org/html/rfc1952