GCC Compilation
Post

GCC Compilation

Basic Compilation

1
gcc -o exploit exploit.c

32-Bit Compilation

1
gcc -m32 -Wl,--hash-style=both -o exploit exploit.c