# Compiling Code

**Cross Compiling Exploits:**&#x20;

`gcc -m32 -o output32 hello.c (32 bit)`&#x20;

`gcc -m64 -o output hello.c (64 bit)`&#x20;
