-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added file recovery and timeline generation functionalities #25
base: main
Are you sure you want to change the base?
Conversation
Wow, thanks a ton for taking the time to create and provide this! To make sure I understand what the intent is here:
I'm guessing it's (3) since the specified path within the APFS volume is ignored? The If any of the above is incorrect or bears clarification, please do so — thanks again! |
No problem, it was a lot of fun learning APFS through this project!
It scans the entire disk image to find all the intact Volume Superblocks, then it navigates to the input directory and parses the timestamps. The final metadata struct should contain timestamps for every retrievable file version in that directory.
Because of time restrictions, all files end up in the same output directory (option 1), but ideally they should be stored in a more appropriate path (local_path + remote_path).
Cool, |
No description provided.