cclgroupltd / ccl_chromium_reader

(Sometimes partial) Python re-implementations of the technologies involved in reading various data sources in Chrome-esque applications.
MIT License
141 stars 33 forks source link

Investigate orphaned records #10

Open cclgroupltd opened 3 years ago

cclgroupltd commented 3 years ago

Keys with the (undocumented) key prefix: 00 00 00 00 32 appear to contain deleted data records sometimes.

Need to look at how the records can be recovered (when they are records, because they aren't always).

cclgroupltd commented 3 years ago

Related to scopes: https://github.com/chromium/chromium/tree/master/components/services/storage/indexed_db/scopes

See: ScopesEncoder::UndoTaskKeyPrefix

cclgroupltd commented 1 year ago

Some of this functionality is in the library's back-end now, but we're not currently doing anything with it as I'm still not sure about the best (and safest) way to exploit it.