天天看點

用HERCULES繞過殺軟

版權聲明:轉載請注明出處: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/