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

Struct Browser

browser/firefox/firefox.go:16–19  ·  view source on GitHub ↗

Browser is one Firefox installation: the Profiles directory holding one or more profiles. Firefox keys are per-profile (each profile's key4.db), so the installation does not implement KeyManager.

Source from the content-addressed store, hash-verified

14// more profiles. Firefox keys are per-profile (each profile's key4.db), so the
15// installation does not implement KeyManager.
16type Browser struct {
17 cfg types.BrowserConfig
18 profiles []*profile
19}
20
21// NewBrowser discovers the Firefox profiles under cfg.UserDataDir and returns
22// the installation, or nil if no profile with resolvable sources exists.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected