jrebel 激活应用

kerryzhang 86790ccb90 update doc hace 5 años
.gitignore 963c6b5da8 update doc hace 5 años
README.md 86790ccb90 update doc 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

Java开发者刚刚学GO,练手....

Win编译

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

运行

默认端口: 12345

# 自定义端口
./license-active-server --port=5555