Manually implement Structured Exception Handling a.k.a SEH for Delphi
-
Updated
Mar 30, 2021 - Pascal
Manually implement Structured Exception Handling a.k.a SEH for Delphi
POC of the CVE-2023-39063
Modern CPP sample
A demo of a Structured/Vectored Exception Handler hook using INT3 opcode to trigger the exception.
A demo of a Structured/Vectored Exception Handler hook using a Page Guard Exception.
Convert numbers to unsigned 32-bit hex and get the Windows exception exit code name.
A demo of a Structured/Vectored Exception Handler hook using the Debug Registers to trigger an exception.
Contains an exploit code of a SEH attack against the file sharing wizard 1.5.0 application and a report explaining the process
StackLogger is a proof-of-concept library that enables C# applications to log variables on the stack at the time of an exception
CVE-2019-18655 metasploit module. SEH based buffer overflow in file sharing wizard app v.1.5.0.
Add a description, image, and links to the structured-exception-handling topic page so that developers can more easily learn about it.
To associate your repository with the structured-exception-handling topic, visit your repo's landing page and select "manage topics."