Module: Msf::Util::EXE::Common
- Extended by:
- ClassMethods
- Included in:
- Msf::Util::EXE, Bsd, Bsd::X64, Bsd::X86, Linux::Aarch64, Linux::Armbe, Linux::Armle, Linux::Common, Linux::Loongarch64, Linux::Mips64, Linux::Mipsbe, Linux::Mipsle, Linux::Ppc, Linux::Ppc64, Linux::Ppce500v2, Linux::Riscv32le, Linux::Riscv64le, Linux::X86, Linux::Zarch, OSX, OSX::Aarch64, OSX::App, OSX::Armle, OSX::Common, OSX::Ppc, OSX::X64, OSX::X86, Solaris, Solaris::X86, Windows, Windows::Aarch64, Windows::Common, Windows::X64, Windows::X86
- Defined in:
- lib/msf/util/exe/common.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from 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
11 12 13 |
# File 'lib/msf/util/exe/common.rb', line 11 def self.included(base) base.extend(ClassMethods) end |