Class: Metasploit::Framework::Obfuscation::CRandomizer::CodeFactory::Switch
- Inherits:
-
Base
- Object
- Base
- Metasploit::Framework::Obfuscation::CRandomizer::CodeFactory::Switch
- Defined in:
- lib/metasploit/framework/obfuscation/crandomizer/code_factory/switch.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#good_dep?, #initialize, #normalized_stub
Constructor Details
This class inherits a constructor from Metasploit::Framework::Obfuscation::CRandomizer::CodeFactory::Base
Instance Method Details
#stub ⇒ Object
11 12 13 14 15 16 |
# File 'lib/metasploit/framework/obfuscation/crandomizer/code_factory/switch.rb', line 11 def stub [ Proc.new { switch_1 }, Proc.new { switch_2 } ].sample.call end |