jrebel 激活应用

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

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位