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

Add support for birth timestamps in extfs / walkfs #482

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

syzzer
Copy link
Contributor

@syzzer syzzer commented Dec 12, 2023

The walkfs plugin would always report btime=None, which is a shame since ext4 does support birth timestamps (called crtime in ext lingo).

dissect.extfs already supported crtime, so a simple fix suffices.

The walkfs plugin would always report btime=None, which is a shame since
ext4 does support birth timestamps (called crtime in ext lingo).

dissect.extfs already supported crtime, so a simple fix suffices.
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (3a298a4) 74.02% compared to head (531947b) 74.02%.

Files Patch % Lines
dissect/target/filesystems/extfs.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #482      +/-   ##
==========================================
- Coverage   74.02%   74.02%   -0.01%     
==========================================
  Files         259      259              
  Lines       20945    20948       +3     
==========================================
+ Hits        15505    15506       +1     
- Misses       5440     5442       +2     
Flag Coverage Δ
unittests 74.02% <33.33%> (-0.01%) ⬇️

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.

@pyrco pyrco merged commit 9da44cb into fox-it:main Dec 13, 2023
JSCU-CNI pushed a commit to JSCU-CNI/dissect.target that referenced this pull request Jan 2, 2024
@syzzer syzzer deleted the walkfs_crtime branch January 17, 2024 10:09
Zawadidone pushed a commit to Zawadidone/dissect.target that referenced this pull request Apr 5, 2024
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.

3 participants