-
Notifications
You must be signed in to change notification settings - Fork 71
Add Cellebrite UFDX and UFD loader #1086
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
Conversation
Co-authored-by: Erik Schamper <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some small things. I like the small custom filesystem subclass, usually I would've just inlined that logic in the map method itself, but this has its benefits.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1086 +/- ##
==========================================
+ Coverage 79.10% 79.15% +0.04%
==========================================
Files 341 342 +1
Lines 30181 30281 +100
==========================================
+ Hits 23875 23968 +93
- Misses 6306 6313 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Erik Schamper <[email protected]>
Co-authored-by: Erik Schamper <[email protected]>
This PR adds support for Cellebrite's UFDX and UFD full filesystem (FFS) exports. This has only been tested on Digital Corpora's iOS 17 image. This PR loosely relates to #1085 as the image OS is recognized correctly with that branch.