symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

fix: Correctly read the debug_id of Deterministic PE files

Open Swatinem opened this issue 3 years ago • 0 comments

Deterministic PE files have a slightly different way of storing their debug_id, which should match the corresponding ID inside a portable pdb #Pdb stream.

See https://github.com/dotnet/runtime/blob/main/docs/design/specs/PE-COFF.md#codeview-debug-directory-entry-type-2

Swatinem avatar Aug 10 '22 14:08 Swatinem