Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 187 Bytes

compiling-windows-exploits.md

File metadata and controls

14 lines (8 loc) · 187 Bytes

Compiling exploits for windows on Linux can be a bit of a hassle.

i686-w64-mingw32-gcc exploit.c -o exploit

For 32bit

i686-w64-mingw32-gcc 40564.c -o 40564 -lws2_32