Add firefox support#272
Merged
Merged
Conversation
…le description, and a parser scaffold with places.sqlite schema detection.
…ookmarks from folders.
…ated/accessed timeline rows.
…wnloads as place annotations).
…Firefox 64+ usage counters.
…te setting decisions).
…yte DataStorage slots).
…esting preferences grouped by topic.
…ted values are surfaced as <encrypted>).
… depend on python-snappy or python-lz4 to read Firefox-compressed artifacts.
…s signedState, sourceURI, install/update timestamps, and a compact manifest summary).
…store-backups/ (open tabs, closed tabs, closed windows, and per-upgrade snapshots).
…ecovers deleted bookmarks that survive in older daily snapshots).
… survive a places.sqlite history wipe.
…tracking-protection.sqlite and protections.sqlite.
…block, including the per-version flags field and the null-delimited element pairs.
…platform resolution that locates the cache under %LOCALAPPDATA% on Windows and ~/Library/Caches on macOS.
…a.sqlite, with snappy decompression and UTF-16-LE/narrow conversion handling.
…B key-blob decoder, walking every storage/default/<origin>/idb/*.sqlite.
…efault/<origin>/cache/caches.sqlite with morgue body file resolution.
…ite helper and a make_places() generator) and the resulting places.sqlite.
…gins, installed extensions, and prefs.js.
…data.sqlite with a snappy-compressed value and a hand-built cache2 entry file.
… cookies.sqlite, and formhistory.sqlite parsers.
….json, and cache2 parsers.
…mozLz40, JS_StructuredClone, and IDB key decoders, plus an end-to-end localStorage walk against the fixture.
# Conflicts: # .gitignore # requirements.txt
Owner
|
Thank you so much! This clearly was a massive amount of work. I greatly appreciate how it wasn't just a bunch of bolted on code, but rather integrates and meshes with how Hindsight does things. Again, thanks from me, and likely from the many examiners who now can benefit from your contributions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hindsight is a tool that exclusively focuses on Chromium-based browsers. This adds Firefox support for the 3.79% of desktop browser users who have totally different artifacts than Google Chrome.