版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396375
参考原文:http://www.freebuf.com/articles/system/135938.html
cd /tmp
wget -c https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz
cd ~
vim .profile
shift+g+g
o
输入(export PATH=$PATH:/usr/local/go/bin
export GOROOT=/usr/local/go
export GOPATH=$PATH:$GOROOT/bin)原文那个,我试了,异常,追加后面这两句就正常了。
. .profile
go version
cd /tmp
git clone https://github.com/noosec/HERCULES.git
然后编译器异常了,这个文章坑挺多呀。吐血。复习期末去了,真蛋疼。
有个其他的文章, 可以看看,感觉还不错:https://www.pppan.net/2016/07/30/bypass-av/