Linux Binary in releases?
derjohn opened this issue · 2 comments
derjohn commented
Could you also publish a linux binary, pls?
toastie89 commented
osm0sis commented
# install latest Go (currently 1.16.2) to /usr/local/go per the Linux instructions at https://golang.org/doc/install
export PATH=$PATH:/usr/local/go/bin
git clone https://github.com/ssut/payload-dumper-go
cd payload-dumper-go
apt-get install liblzma-dev
GOOS=linux GOARCH=386 CGO_ENABLED=1 CC=i686-linux-gnu-gcc go build -a -ldflags '-extldflags "-static -s -w"'
That got me the following:
payload-dumper-go_1.0.1_linux_386.zip