-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to find the next file name? #1
Comments
A little bit of guess work is involved. Maybe you know this already, but it's workable if you clear the storage first, and sort the cached encrypted files by creation time (e.g. using exa's You would use the decrypted files after that of course. Encrypted files are just used to check the order. |
Thank you for this feasible way !!! And I also find some files with strange header:
It looks like many int value. Have you come across this kind of file? Do you have any idea about this. |
Regarding the serialization - there may be multiple tail parts in the serialized file. If there is more than one tail part, the penultimate parts may overlap with the end of the last slice file. It is also possible to work out most of the file-sets and order by:
There may also by many small files outside of these identified file-sets in the media_cache. these can be discarded - I suspect they are auto-downloaded thumbnails/partials (depending on your settings), and don't seem to contain anything recognisable. |
After deserialized a file, the left part is stored in another file. Then what's the relation between different file? How to find which file is needed?
The text was updated successfully, but these errors were encountered: