> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/web-applications/compiling-exploits.md).

# Compiling Exploits

```
i686-w64-mingw32-gcc 42341.c -o exploit.exe
```

```
i686-w64-mingw32-gcc 42341.c -o exploit.exe -lws2_32
```
