1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-15 11:49:35 +09:00

Compare commits

...

4 Commits

Author SHA1 Message Date
源文雨
70f8332936 Merge pull request #4 from guohuiyuan/main
添加骂人数据库
2022-01-11 10:07:58 +08:00
Guohuiyuan
696770ab93 feat:添加骂人数据库 2022-01-10 16:45:33 +08:00
himawari
ba7409aeb3 Merge pull request #3 from FloatTech/main
合并
2022-01-10 16:42:00 +08:00
源文雨
fc5b776266 Update main.go 2022-01-09 23:42:34 +08:00
2 changed files with 1 additions and 1 deletions

BIN
Curse/curse.db Normal file

Binary file not shown.

View File

@@ -36,7 +36,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.io: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)