Packer
Packer copied to clipboard
Example gcc build command.
Hey sorry for being naive but can you like copy and paste your gcc build commands so I can see how exactly you are building this.
I got this exception when running this:
gcc packerstub.c -o PackerStub.exe
packerstub.c: In function 'GenerateKey':
packerstub.c:130:21: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
HCRYPTPROV hProv = NULL;
^~~~
C:\Users...\AppData\Local\Temp\ccUu23ul.o:packerstub.c:(.text+0x523): undefined reference to rc4_setup' C:\Users\...\AppData\Local\Temp\ccUu23ul.o:packerstub.c:(.text+0x53f): undefined reference to
rc4_crypt'
C:\Users...\AppData\Local\Temp\ccUu23ul.o:packerstub.c:(.text+0x57f): undefined reference to qlz_size_decompressed' C:\Users\...\AppData\Local\Temp\ccUu23ul.o:packerstub.c:(.text+0x5ba): undefined reference to
qlz_decompress'
collect2.exe: error: ld returned 1 exit status