7 lines
98 B
Go
7 lines
98 B
Go
package embedsrc
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed implant_src.tar.gz
|
|
var ImplantSourceArchive []byte
|