Module: Msf::Util::EXE::Linux::Mips64::ClassMethods
- Included in:
- Msf::Util::EXE::Linux::Mips64
- Defined in:
- lib/msf/util/exe/linux/mips64.rb
Instance Method Summary collapse
-
#to_linux_mips64_elf(framework, code, opts = {}) ⇒ String
Create a MIPS64 64-bit LE Linux ELF containing the payload provided in
codeto_linux_mips64_elf.
Instance Method Details
#to_linux_mips64_elf(framework, code, opts = {}) ⇒ String
Create a MIPS64 64-bit LE Linux ELF containing the payload provided in code to_linux_mips64_elf
18 19 20 |
# File 'lib/msf/util/exe/linux/mips64.rb', line 18 def to_linux_mips64_elf(framework, code, opts = {}) Msf::Util::EXE::Common.to_exe_elf(framework, opts, "template_mips64_linux.bin", code) end |