go-shellcode-loader icon indicating copy to clipboard operation
go-shellcode-loader copied to clipboard

GO免杀shellcode加载器混淆AES加密

Results 7 go-shellcode-loader issues
Sort by recently updated
recently updated
newest added

golang想添加mani.manifest资源,要用无参编译(不跟go文件名字): go build 但是混淆这里又要跟go文件名字才能执行 garble build [build flags] [packages] garble -tiny -literals -seed=random build -ldflags="-w -s -H windowsgui" -race go-sc.go 请问,能提供下解决思路吗?感谢大佬

# command-line-arguments ./go-sc.go:13:26: undefined: syscall.NewLazyDLL

如图,er而且Google找不到解决方法,我将go卸载重装,仍然会这样 ![image](https://user-images.githubusercontent.com/63721558/220008047-10ec1403-7bfd-4283-9a53-23499f1ffa86.png) ```bash C:\Users\Tajang\AppData\Local\Temp\garble-shared2514198858\runtime\ezwnxcZ.s:205: expected '(', found / asm: InitTextSym double init for sync panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo goroutine 1 [running]: cmd/internal/obj.(*LSym).NewFuncInfo(0x53aceb?)...

![image](https://user-images.githubusercontent.com/97746429/223911616-1c964724-7dc3-4de1-936f-4dbc7e6860c5.png)

我现在是2023/2/20,当我按照README默认安装最新的garble打包exe时,遇到了如下错误 ![image](https://user-images.githubusercontent.com/63721558/220014705-61262850-da3c-47da-8364-1360e5a89865.png) ```bash C:\Users\Tajang\AppData\Local\Temp\garble-shared2514198858\runtime\ezwnxcZ.s:205: expected '(', found / asm: InitTextSym double init for sync panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo goroutine 1 [running]: cmd/internal/obj.(*LSym).NewFuncInfo(0x53aceb?)...