jrebel 激活应用

kerryzhang 7ec86f4b60 ok hace 5 años
.gitignore 88c75e0ec7 init hace 5 años
README.md 7ec86f4b60 ok hace 5 años
byteutil.go ca630d867f add support rsa hace 5 años
jrebelhandler.go 7ec86f4b60 ok hace 5 años
jrebelprivatekey.go ca630d867f add support rsa hace 5 años
jrebelsign.go ca630d867f add support rsa hace 5 años
jrebelstruct.go ca630d867f add support rsa hace 5 años
main.go 7ec86f4b60 ok hace 5 años
util.go ca630d867f add support rsa hace 5 años
uuid.go 7ec86f4b60 ok hace 5 años

README.md

Jrebel 激活服务器 By GoLang

Win编译

SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
go build ./
  • GOOS
    • linux
    • windows
    • darwin : 苹果系统
  • GOARCH:
    • amd64 : 64位
    • 386: : 32位