MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Archivable

Interface Archivable

browser/archive.go:17–20  ·  view source on GitHub ↗

Archivable is implemented by installations that can enumerate their decryption-relevant files for cross-host transport (Chromium only).

Source from the content-addressed store, hash-verified

15// Archivable is implemented by installations that can enumerate their decryption-relevant files for
16// cross-host transport (Chromium only).
17type Archivable interface {
18 BrowserKey() string
19 ArchiveSources(categories []types.Category) []chromium.ArchiveSource
20}
21
22// WriteArchive packs each browser's decryption-relevant files into a zip whose internal layout is
23// <browser-key>/<User Data layout>, so a restore can re-expand it and decrypt with a keys.json. Files

Callers 3

WriteArchiveFunction · 0.65
BuildDumpFunction · 0.65
WriteArchiveFunction · 0.65

Implementers 1

Browserbrowser/chromium/chromium.go

Calls

no outgoing calls

Tested by

no test coverage detected