mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-06-04 19:48:01 +02:00
refactor(browser): split installation and profile abstractions (#603)
* refactor(browser): split installation and profile abstractions A Chromium installation shares one master key across its profiles, but modeling each profile as its own Browser re-derived the key per profile. Browser now represents one installation holding its profiles and derives the key once; new types.Profile/ExtractResult/CountResult carry per-profile results. * style: gofumpt safari_test.go * test(chromium): rename shadowed loop var to path
This commit is contained in:
@@ -72,4 +72,4 @@ make payload-clean # rm crypto/*.bin
|
||||
- `modernc.org/sqlite` pinned at v1.31.1 (v1.32+ requires Go 1.21)
|
||||
- `golang.org/x/text` will be removed in refactoring (use 3-byte UTF-8 BOM instead)
|
||||
- No `pkg/` + `internal/` directory structure — keep it simple
|
||||
- No root-level library API — CLI calls `browser.PickBrowsers()` directly
|
||||
- No root-level library API — CLI calls `browser.DiscoverBrowsersWithKeys()` directly
|
||||
|
||||
Reference in New Issue
Block a user