BishopFox / sliver

Adversary Emulation Framework
GNU General Public License v3.0
7.89k stars 1.05k forks source link

compile it with make and run . /sliver-server,it says: zsh: exec format error: . /sliver-server. #1721

Closed worklitao closed 1 week ago

worklitao commented 1 week ago

After downloading the source code, compile it with make and run . /sliver-server, it says: zsh: exec format error: . /sliver-server. kali running version: Linux version 6.6.15-amd64 (devel@kali.org) (gcc-13 (Debian 13.2.0-24) 13.2.0, GNU ld (GNU Binutils for Debian) 2.42) #1 SMP PREEMPT_ DYNAMIC Kali 6.6.15-2kali1 (2024-05-17)

worklitao commented 1 week ago

The runtime version of go is: kali-$ go version go version go1.22.3 linux/amd64

moloch-- commented 1 week ago

Try make linux-amd64

worklitao commented 1 week ago

Thanks. Problem solved.