moonD4rk / HackBrowserData

Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).
MIT License
11.09k stars 1.57k forks source link

go 1.22 无法适配win7 #415

Closed 1062497537 closed 2 months ago

1062497537 commented 2 months ago

cmd .exe /c go build ....\browserdata\bookmark\bookmark.go:5:2: package log/slog is not in GOROOT (D:\src\log\slog) note: imported by a module that requires go 1.22 ....\browser\chromium\chromium.go:8:2: package slices is not in GOROOT (D:\src\slices) note: imported by a module that requires go 1.22 hackbrowser编译需要go 1.22以上版本

升级完go版本后确实可以解决该问题,但go 1.21版本后不再支持 Windows7、Windows2008、Windows2012

1062497537 commented 2 months ago

这就导致hackbrowser 在win7上报 图片

moonD4rk commented 2 months ago

This is a known issue, you can refer to the Link below and their corresponding solutions, we will consider lowering the golang version to address more usage scenarios.