Compiling C code with embedded shellcode:
gcc <file.c> -o <output> -m64 -fno-stack-protector -z execstack
Injecting shellcode:
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Compiling C code with embedded shellcode:
gcc <file.c> -o <output> -m64 -fno-stack-protector -z execstack
Injecting shellcode: