D3FEND 技术详情

D3-EHPV

D3-EHPV

Exception Handler Pointer Validation

定义

Validates that a referenced exception handler pointer is a valid exception handler.

父技术
子技术
关联构件
Pointer
Pointer

In computer science, a pointer is a programming language object, whose value refers to (or "points to") another value stored elsewhere in the computer memory using its memory address. A pointer references a location in memory, and obtaining the value stored at that location is known as dereferencing the pointer. As an analogy, a page number in a book's index could be considered a pointer to the corresponding page; dereferencing such a pointer would be done by flipping to the page with the given page number.

语义关系
出向kb referenceReference - /SAFESEH (Image has Safe Exception Handlers) - Microsoft Docs
出向validatesPointer