diff --git a/modules/encoders/x86/alpha_mixed.rb b/modules/encoders/x86/alpha_mixed.rb index 0ebf09384e..21cadc3de2 100644 --- a/modules/encoders/x86/alpha_mixed.rb +++ b/modules/encoders/x86/alpha_mixed.rb @@ -55,15 +55,6 @@ class Metasploit3 < Msf::Encoder::Alphanum buf + Rex::Encoder::Alpha2::AlphaMixed::gen_decoder(reg, off) end - # - # Configure SEH getpc code on Windows - # - def init_platform(platform) - if(platform.supports?(::Msf::Module::PlatformList.win32)) - datastore['AllowWin32SEH'] = true - end - end - # # Encodes a one byte block with the current index of the length of the # payload. diff --git a/modules/encoders/x86/alpha_upper.rb b/modules/encoders/x86/alpha_upper.rb index 543b27c24f..8eb60e5fe8 100644 --- a/modules/encoders/x86/alpha_upper.rb +++ b/modules/encoders/x86/alpha_upper.rb @@ -58,16 +58,6 @@ class Metasploit3 < Msf::Encoder::Alphanum buf + Rex::Encoder::Alpha2::AlphaUpper::gen_decoder(reg, off) end - - # - # Configure SEH getpc code on Windows - # - def init_platform(platform) - if(platform.supports?(::Msf::Module::PlatformList.win32)) - datastore['AllowWin32SEH'] = true - end - end - # # Encodes a one byte block with the current index of the length of the # payload.