Namespace AsmResolver.PE.Exceptions
Classes
- ExceptionDirectory<TFunction>
Provides a basic implementation of the IExceptionDirectory directory.
- X64RuntimeFunction
Represents a single runtime function in a Structured Exception Handler (SEH) table of a portable executable targeting the x64 (AMD64) architecture.
- X64UnwindInfo
Encodes the effects a function has on the stack pointer, and where the nonvolatile registers are saved on the stack.
Interfaces
- IExceptionDirectory
Represents the data directory containing a table of functions in a portable executable that use Structured Exception Handling (SEH).
- IRuntimeFunction
Represents a single entry in an exception data directory of a portable executable (PE).
Enums
- X64UnwindFlags
Defines all possible flags that can be assigned to an instance of X64UnwindInfo.