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

Method SetRetrievers

browser/browser.go:96–96  ·  view source on GitHub ↗
(masterkey.Retrievers)

Source from the content-addressed store, hash-verified

94// BrowserKey/Kind expose the identity a portable dump needs to rebuild the engine off the platform table.
95type KeyManager interface {
96 SetRetrievers(masterkey.Retrievers)
97 ExportKeys() (masterkey.MasterKeys, error)
98 BrowserKey() string
99 Kind() types.BrowserKind

Callers 4

newCredentialInjectorFunction · 0.65
newCredentialInjectorFunction · 0.65
newCredentialInjectorFunction · 0.65
BuildFromDumpFunction · 0.65

Implementers 2

mockChromiumBrowserbrowser/keydump_test.go
Browserbrowser/chromium/chromium.go

Calls

no outgoing calls

Tested by

no test coverage detected