Module Msf::Exploit::Seh
In: lib/msf/core/exploit/seh.rb

This mixin provides a interface to generating SEH registration records in a robust fashion using the Rex::Exploitation::Seh class.

Methods

Public Class methods

Creates an instance of an exploit that uses an SEH overwrite.

Public Instance methods

Generates an SEH record with zero or more options. The supported options are:

  NopGenerator

    The NOP generator instance to use, if any.

  Space

    The amount of room the SEH record generator has to play with for
    random padding.  This should be derived from the maximum amount of
    space available to the exploit for payloads minus the current payload
    size.

[Validate]