Pizz33 / GobypassAV-shellcode

shellcode免杀加载器,使用go实现,免杀bypass火绒、360、核晶、def等主流杀软
813 stars 94 forks source link

运行 go run encode.go 出现报错 #15

Closed Coder-CC closed 1 year ago

Coder-CC commented 1 year ago

运行 go run encode.go 出现如下错误: package command-line-arguments imports github.com/eknkc/basex imports github.com/eknkc/basex: import cycle not allowed

是否是go版本太高?

Pizz33 commented 1 year ago

没遇到过这种报错,可以百度尝试解决一下,我这边用的是1.20版本> 运行 go run encode.go 出现如下错误:

package command-line-arguments

imports github.com/eknkc/basex

imports github.com/eknkc/basex: import cycle not allowed

是否是go版本太高?