-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add information about Chrome Cache file format version 3 #10
Comments
Thx for the heads up, feel free to provide information/changes to handle the new format(s) |
Hi Joachim, I took a quick look at the cache structure and here's what I found. Overall directory structure appears to be something like this: Each file in the overall directory, including both index files start with the following 64bit word: I believe the file format is little-endian, but I could be mistaken. A hex dump of some files indicates that the rest of the file contains pretty much the same information as specified in your documentation, namely: filename and contents, HTTP response headers, and some other miscellaneous data. Hope this is helpful to you. Nick |
No description provided.
The text was updated successfully, but these errors were encountered: