Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow accessing the CLR metadata buffer for a PE file #659

Closed
wants to merge 3 commits into from

Conversation

Swatinem
Copy link
Member

The metadata buffer is in ECMA 335 format and should contain one module record with
a Module Version ID that we are ultimately interested in.

Based on #658

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
The metadata buffer is in ECMA 335 format and should contain one module record with
a Module Version ID that we are ultimately interested in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants