Skip to content

Introduction

Warning

The current page still doesn't have a translation for this language.

You can read it through Google Translate.

Besides, you can also help to translate it: Contributing.

这里主要有

  • 默认:用户态不可直接访问内核态的数据、执行内核态的代码
  • SMEP:内核态不可执行用户态的代码
  • SMAP:内核态不可访问用户态的数据
  • KPTI:用户态不可看到内核态的页表;内核态不可执行用户态的代码(模拟)