> For the complete documentation index, see [llms.txt](https://infra.newerasec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infra.newerasec.com/infrastructure-testing/exploitation/windows/compiling-code.md).

# Compiling Code

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

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

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