Archives
All Posts Tagged
Tag: ‘seh’

Preventing the Exploitation of Structured Exception Handler (SEH) Overwrites with SEHOP

The purpose of the SEHOP mitigation is to prevent an attacker from being able to make use of the Structured Exception Handler (SEH) overwrite exploitation technique.

Read More

Vectored Exception Handling

Microsoft Vectored Exception Handling (VEH) is an exception handling mechanism that complements the Structured Exception Handling mechanism. It is available on the Windows NT family of operating systems, starting with Windows XP.

Read More