Freeze icon indicating copy to clipboard operation
Freeze copied to clipboard

compile erro

Open GhostRock37 opened this issue 1 year ago • 6 comments

hello,

i have an error when i use the framework. I have golang go1.19.9 linux/amd64

do you have any idea ?

┌──(kali㉿kali)-[~/Freeze-main] └─$ ./Freeze -I shellcode_roro.bin -encrypt -O shellcode_roro.exe

    ___________                                    
    \_   _____/______   ____   ____ ________ ____  
     |    __) \_  __ \_/ __ \_/ __ \\___   // __ \ 
     |     \   |  | \/\  ___/\  ___/ /    /\  ___/ 
     \___  /   |__|    \___  >\___  >_____ \\___  >
         \/                \/     \/      \/    \/ 
                                    (@Tyl0us)
    Soon they will learn that revenge is a dish... best served COLD...
             

[] Encrypting Shellcode Using AES Encryption [+] Shellcode Encrypted [!] Selected Process to Suspend: notepad.exe [+] Loader Compiled [] Compiling Payload exit status 2: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x67feed]

goroutine 1 [running]: main.appendListedPackages({0x0, 0x0, 0x6efe21?}, 0x1) /home/kali/go/pkg/mod/mvdan.cc/[email protected]/shared.go:251 +0x7ad main.toolexecCmd({0x7fff28bf0281, 0x5}, {0xc000016220?, 0x707c40?, 0x203000?}) /home/kali/go/pkg/mod/mvdan.cc/[email protected]/main.go:537 +0x310 main.mainErr({0xc000016210, 0x7590a0?, 0x9078e0?}) /home/kali/go/pkg/mod/mvdan.cc/[email protected]/main.go:396 +0x197 main.main1() /home/kali/go/pkg/mod/mvdan.cc/[email protected]/main.go:237 +0x16e main.main() /home/kali/go/pkg/mod/mvdan.cc/[email protected]/main.go:137 +0x19

[+] Payload shellcode_roro.exe Compiled

┌──(kali㉿kali)-[~/Freeze-main] └─$ go version > go version go1.19.9 linux/amd64

                                                         `

GhostRock37 avatar May 25 '23 13:05 GhostRock37