-
Notifications
You must be signed in to change notification settings - Fork 229
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
File referenced by "Local Path" not contained in UFDR file of PA 10 #2299
Comments
Hi @aberenguel, thanks for reporting. This seems another bug from PA 10 and I think it should be first reported to Cellebrite before we implement a workaround, maybe they can fix the issue shortly |
I've just reported the issue to Cellebrite |
Ok so they may not fix the issue... Thank you for reporting to them, I think we can wait a bit before applying your proposal, thanks again! |
… set and considers only md5 with 32-bytes
I don't know if I got it right, but maybe this issue is not exactly a problem from PA, but simply a deduplication scheme PA developers implemented. If the same content appears in other localpath it loads from there. |
I agree, it should be caused by PA deduplication. But I think they shouldn't populate the ufdr local path property, since it points to an inexistent file, causing an Inconsistency. |
Or better, they should point to the unique deduplicated internal ufdr path.
Any response from them? |
Not yet. They want to schedule a meeting to understand better. |
Ok, sorry for my long delay @aberenguel, let's merge your PR for now. If they fix it, we can revert and maybe apply another solution. Thank you for reporting, investigating and sending the PR! |
I'm processing an UFDR file generated by PA 10.3.
One of the files has the "Local Path" value referencing a file not contained in the UFDR file. This is how it appears in report.xml
I've checked the file
files/Text/com.whatsapp_preferences.xml
is not present in UFDR file.On other hands, a file with the same md5 value appeared in report.xml before.
So my proposal is to map md5 value with local path if it references an existent file. If it is not, get local path seen before.
The text was updated successfully, but these errors were encountered: