Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EDK II Address Sanitizer Features

Jian Wang edited this pageNov 20, 2018 ·1 revision

Current EDK II supports following kinds of address sanitizer features:

  1. Page/pool memory overflow detection (Heap Guard)
    • PcdHeapGuardPropertyMask
    • PcdHeapGuardPoolType
    • PcdHeapGuardPageType
  2. NULL pointer access detection (NULL Detection)
    • PcdNullPointerDetectionPropertyMask
  3. Use-After-Free page/pool memory detection (UAF Detection)
    • PcdHeapGuardPropertyMask
  4. Global stack overflow detection (Stack Guard)
    • PcdCpuStackGuard
  5. Local stack overflow detection (BaseStackCheckLib)
    • -fstack-protector-all (MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf)

Heap Guard

to-be-done

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp