From 520a20dd8d03314252d7043bc6b762cd7adb0bdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Tue, 13 Feb 2018 11:41:05 -0800 Subject: [PATCH] Remove 'PDBC' data signature Commit migrated from https://github.com/dotnet/corefx/commit/a3647d844791f916dff1053665bbce4574d0b8ee --- src/libraries/System.Reflection.Metadata/specs/PE-COFF.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md b/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md index ccf43ed..ef1da91 100644 --- a/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md +++ b/src/libraries/System.Reflection.Metadata/specs/PE-COFF.md @@ -76,11 +76,10 @@ More than one entry can be present, in case multiple PDBs were produced during t *Version Major=0x0001, Minor=0x0000* of the entry data format is following: -| Offset | Size | Field | Description | -|:------------------|:--------------|:---------------|-------------------------------------------------------------------------| -| 0 | 4 | Signature | 0x50, 0x44, 0x42, 0x43 (ASCII string: "PDBC") | -| 4 | AlgNameLength | AlgorithmName | Zero-terminated UTF8 string. The name of the crypho hash algorithm. | -| 4 + AlgNameLength | ChecksumSize | Checksum | Blob. Checksum of the PDB content. | +| Offset | Size | Field | Description | +|:--------------|:--------------|:---------------|-------------------------------------------------------------------------| +| 0 | AlgNameLength | AlgorithmName | Zero-terminated UTF8 string. The name of the crypho hash algorithm. | +| AlgNameLength | ChecksumSize | Checksum | Blob. Checksum of the PDB content. | _AlgorithmName_ is the name of the crypto hash algorithm used to calculate the checksum. The name is case-sensitive. -- 2.7.4