Skip to main content

Fixing Memory Corruption Exploits


Possible Fixing List

  • IP Address
  • Port Number
  • Return Address
  • Shellcode
  • Offset

Cross-Compliling Exploit C Code

  • Installing WinGW-64

sudo apt install mingw-w64

  • Compiling the exploit

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