Class: Metasploit::Framework::Obfuscation::CRandomizer::CodeFactory::UninitVariables
- Inherits:
-
Base
- Object
- Base
- Metasploit::Framework::Obfuscation::CRandomizer::CodeFactory::UninitVariables
- Defined in:
- lib/metasploit/framework/obfuscation/crandomizer/code_factory/uninit_variables.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 17 |
# File 'lib/metasploit/framework/obfuscation/crandomizer/code_factory/uninit_variables.rb', line 11 def stub [ Proc.new { char }, Proc.new { int }, Proc.new { string } ].sample.call end |