Module: Msf::Util::EXE::Linux::Mipsle::ClassMethods
- Included in:
- Msf::Util::EXE::Linux::Mipsle
- Defined in:
- lib/msf/util/exe/linux/mipsle.rb
Instance Method Summary collapse
-
#to_linux_mipsle_elf(framework, code, opts = {}) ⇒ String
Create a MIPSLE 64-bit LE Linux ELF containing the payload provided in
codeto_linux_mipsle_elf.
Instance Method Details
#to_linux_mipsle_elf(framework, code, opts = {}) ⇒ String
Create a MIPSLE 64-bit LE Linux ELF containing the payload provided in code to_linux_mipsle_elf
19 20 21 |
# File 'lib/msf/util/exe/linux/mipsle.rb', line 19 def to_linux_mipsle_elf(framework, code, opts = {}) to_exe_elf(framework, opts, "template_mipsle_linux.bin", code) end |