Module: Msf::Util::EXE::Linux::Ppce500v2

Extended by:
ClassMethods
Includes:
Common, Common
Included in:
Msf::Util::EXE, Msf::Util::EXE::Linux
Defined in:
lib/msf/util/exe/linux/ppce500v2.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

to_linux_ppce500v2_elf

Methods included from Common::ClassMethods

#elf?, #find_payload_tag, #get_file_contents, #macho?, #read_replace_script_template, #set_template_default, #to_exe_elf, #to_python_reflection, #to_war, #to_win32pe_psh_msil, #to_win32pe_psh_rc4, #to_zip

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/msf/util/exe/linux/ppce500v2.rb', line 4

def self.included(base)
  base.extend(ClassMethods)
end