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

Refactor path resolution to allow preloading of MFTEntrySummary #93

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

scudette
Copy link
Contributor

When reconstructing USN journal paths we actually have access to more information than contained in the MFT because the USN journal records partial filename information. This PR adds the ability to preload these partial file information in case they are encounterd during path reconstruction.

See https://cybercx.com.au/blog/ntfs-usnjrnl-rewind/ for more details.

scudette added 2 commits July 26, 2024 12:30
When reconstructing USN journal paths we actually have access to more
information than contained in the MFT because the USN journal records
partial filename information. This PR adds the ability to preload
these partial file information in case they are encounterd during path
reconstruction.

See https://cybercx.com.au/blog/ntfs-usnjrnl-rewind/ for more details.
@scudette scudette merged commit 6952e90 into master Jul 30, 2024
3 checks passed
@scudette scudette deleted the pathresolver branch July 30, 2024 01:51
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.

1 participant