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 support MODI Streams and typical associated Symbol Records #412

Merged
merged 42 commits into from
Feb 15, 2023

Conversation

Washi1337
Copy link
Owner

@Washi1337 Washi1337 commented Feb 3, 2023

  • Implement read/write support for MODI streams
  • Add PdbImage::Modules
  • Add read support for various typical symbols found in MODI streams:
    • S_BPREL32
    • S_BUILDINFO
    • S_CALLSITEINFO
    • S_CALLEES
    • S_CALLERS
    • S_COFFGROUP
    • S_COMPILE2
    • S_COMPILE3
    • S_DEFRANGE_REGISTER
    • S_DEFRANGE_REGISTER_REL
    • S_DEFRANGE_FRAMEPOINTER_REL
    • S_DEFRANGE_FRAMEPOINTER_REL_FULLSCOPE
    • S_END
    • S_ENVBLOCK
    • S_FILESTATIC
    • S_FRAMECOOKIE
    • S_FRAMEPROC
    • S_GDATA32
    • S_GPROC32
    • S_GPROC32_ID
    • S_INLINESITE
    • S_LABEL32
    • S_LDATA32
    • S_LOCAL
    • S_LPROC32
    • S_LPROC32_ID
    • S_OBJNAME
    • S_REGISTER
    • S_REGREL32
    • S_SECTION
    • S_THUNK32
    • S_UNAMESPACE
  • Add read support for leaves:
    • LF_BUILDINFO
    • LF_FUNC_ID
    • LF_STRING_ID
    • LF_SUBSTR_LIST

This PR should make it possible to read all symbols stored in the MODI streams of the SimpleDll.pdb test case.

@Washi1337 Washi1337 added enhancement pdb Issues related to AsmResolver.Symbols.Pdb labels Feb 3, 2023
@Washi1337 Washi1337 added this to the 5.2.0 milestone Feb 3, 2023
@Washi1337 Washi1337 mentioned this pull request Feb 3, 2023
94 tasks
@Washi1337 Washi1337 marked this pull request as ready for review February 12, 2023 14:32
@Washi1337 Washi1337 mentioned this pull request Feb 12, 2023
29 tasks
@Washi1337 Washi1337 merged commit ed249ea into development Feb 15, 2023
@Washi1337 Washi1337 deleted the feature/modi-streams branch February 15, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement pdb Issues related to AsmResolver.Symbols.Pdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant