Compiling C code with embedded shellcode:
gcc <file.c> -o <output> -m64 -fno-stack-protector -z execstack
Injecting shellcode:
Compiling C code with embedded shellcode:
gcc <file.c> -o <output> -m64 -fno-stack-protector -z execstack
Injecting shellcode: