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

Initial commit for PDB #17

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

sud0woodo
Copy link

Initial support for PDBv7 parser.

.github/workflows/dissect-ci.yml Outdated Show resolved Hide resolved
@Schamper Schamper changed the title Initial commit Initial commit for PDB Apr 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 82.12058% with 86 lines in your changes are missing coverage. Please review.

Project coverage is 86.40%. Comparing base (4f08029) to head (baae5c9).
Report is 3 commits behind head on main.

Files Patch % Lines
dissect/executable/pdb/helpers/tpi.py 85.71% 34 Missing ⚠️
dissect/executable/pdb/pdb.py 69.38% 30 Missing ⚠️
dissect/executable/pdb/helpers/utils.py 36.36% 21 Missing ⚠️
dissect/executable/pdb/helpers/pagestream.py 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            main      #17       +/-   ##
==========================================
+ Coverage   0.00%   86.40%   +86.40%     
==========================================
  Files          5       13        +8     
  Lines        306      787      +481     
==========================================
+ Hits           0      680      +680     
+ Misses       306      107      -199     
Flag Coverage Δ
unittests 86.40% <82.12%> (+86.40%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EinatFox EinatFox linked an issue Aug 6, 2024 that may be closed by this pull request
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.

Initial commit for PDB PR#17
3 participants