Projects STRLCPY reverse_ssh Commits 059f239d
🤬
  • ■ ■ ■ ■ ■ ■
    Dockerfile
    1  -FROM golang:1.19-bullseye
     1 +FROM golang:1.20-bullseye
    2 2   
    3 3  WORKDIR /app
    4 4   
    skipped 1 lines
    6 6  RUN apt upgrade -y
    7 7  RUN apt install -y upx-ucl gcc-mingw-w64
    8 8   
    9  -RUN go install mvdan.cc/garble@f9d9919
     9 +RUN go install mvdan.cc/garble@latest
    10 10   
    11 11  ENV PATH="${PATH}:$(go env GOPATH)/bin"
    12 12   
    skipped 11 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 351 lines
    352 352   
    353 353  ## Garble
    354 354   
    355  -To enable the `--garble` flag in the `link` command you must install garble, a system for obfuscating golang binaries. However the `@latest` release has a bug that causes panics with generic code.
    356  -If you are installing this manually use the following:
     355 +However the `@latest` release has a bug that causes panics with generic code.
     356 +If you are installing this manually use the following, you will need `golang 1.20+` for this:
    357 357   
    358 358  ```sh
    359  -go install mvdan.cc/garble@f9d9919
     359 +go install mvdan.cc/garble@latest
    360 360  ```
    361 361   
    362 362  Then make sure that the `go/bin/` directory is in your `$PATH`
    skipped 34 lines
Please wait...
Page is in error, reload to recover