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

Read/Write support Portable PDB metadata #348

Merged
merged 21 commits into from
Aug 25, 2022

Conversation

Washi1337
Copy link
Owner

@Washi1337 Washi1337 commented Aug 24, 2022

  • Adds PdbStream metadata stream.
  • Extends AsmResolver.PE.DotNet.Metadata.Tables with portable PDB table indices and encoders/decoders.
  • Renames SegmentReferenceResolver to SegmentReferenceFactory.
  • Metadata can now be read directly from files, and does not require a PEFile anymore but a SegmentReferenceFactory.
  • Add IMetadataTable.IsSorted and reflects the sorted mask of the tables stream.

Closes #320

@Washi1337 Washi1337 added enhancement dotnet Issues related to AsmResolver.DotNet labels Aug 24, 2022
@Washi1337 Washi1337 added this to the 5.0.0 milestone Aug 24, 2022
@Washi1337 Washi1337 linked an issue Aug 24, 2022 that may be closed by this pull request
@Washi1337 Washi1337 merged commit 6a0ae2c into development Aug 25, 2022
@Washi1337 Washi1337 deleted the feature/portable-pdb-tables branch August 25, 2022 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet Issues related to AsmResolver.DotNet enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Portable PDB streams and tables in AsmResolver.PE
1 participant