feat: add chrome decrypt for linux

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 16:09:23 +08:00
parent 0a4dfb2cbb
commit f4294839f6
6 changed files with 295 additions and 45 deletions
+4
View File
@@ -53,6 +53,10 @@ const (
FirefoxKey3DB = "key3.db"
)
func InitKey(string) error {
return nil
}
func ListBrowser() []string {
var l []string
for k := range browserList {