Exploit mitigations

In this section, you'll find my notes on exploit mitigations and how they affect exploit development. This section includes discussions on the following topics:

  • ASLR
  • Data Execution Prevention (DEP)/NX
  • Position Independent Executables (PIEs)
  • Stack canaries
  • Safe list unlinking