Module: Msf::Util::EXE::Bsd

Extended by:
ClassMethods
Includes:
X64, X86, Common
Included in:
Msf::Util::EXE
Defined in:
lib/msf/util/exe/bsd.rb

Defined Under Namespace

Modules: ClassMethods, X64, X86

Class Method Summary collapse

Methods included from ClassMethods

to_executable_bsd, to_executable_bsd_x64, to_executable_bsd_x86

Methods included from X64::ClassMethods

#to_bsd_x64_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

Methods included from X86::ClassMethods

#to_bsd_x86_elf

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/msf/util/exe/bsd.rb', line 6

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