Some defense compiler options provided by visual c++

In no particular order, the defenses offered by the Visual C++ toolset are:
  • Stack-based Buffer Overrun Detection (/GS)
  • Safe Exception Handling (/SafeSEH)
  • Data Execution Prevention (DEP) Compatibility (/NXCompat)
  • Image Randomization (/DynamicBase)
  • Automatic use of safer function calls
  • C++ operator::new
posted @ 2008-04-15 23:02  能巴  阅读(161)  评论(0编辑  收藏  举报