1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-17 04:27:58 +09:00

Compare commits

...

2 Commits

Author SHA1 Message Date
源文雨
8920298a4f fix 2022-11-22 17:11:02 +08:00
源文雨
9532f04a1a 更新setu数据库 2022-11-22 17:04:57 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -39,7 +39,7 @@ func main() {
*(*unsafe.Pointer)(unsafe.Pointer(&md5s[i])) = unsafe.Pointer(&buf)
*(*uintptr)(unsafe.Add(unsafe.Pointer(&md5s[i]), unsafe.Sizeof(uintptr(0)))) = uintptr(16)
}
r := registry.NewRegedit("reilia.fumiama.top:32664", "fumiama", os.Getenv("REILIA_SPS"))
r := registry.NewRegedit("reilia.fumiama.top:32664", "", "fumiama", os.Getenv("REILIA_SPS"))
err := r.Connect()
if err != nil {
panic(err)