Memory randomization as application security enhancement?

后端 未结 3 612
余生分开走
余生分开走 2020-12-10 18:09

I recently came upon a Microsoft article that touted new \"defensive enhancements\" of Windows 7. Specifically:

  • Address space layout randomization (ASLR)
3条回答
  •  温柔的废话
    2020-12-10 18:31

    It makes attacks like return to libc (or return to user-provided data buffer in the case of the latter two) much harder. And yes, it is available in Linux, BSD, and Mac OS. As you would expect, the details vary by OS. See Wikipedia for an introduction.

提交回复
热议问题