added ARCH_x64 case for Msf::Util::EXE.to_executable_fmt - failed CI #8173

bug/bundler_fix
navs 2014-06-19 14:12:22 -05:00
parent 28872c7ea2
commit fe49393cf1
1 changed files with 1 additions and 0 deletions

View File

@ -1906,6 +1906,7 @@ require 'msf/core/exe/segment_injector'
if (not plat or (plat.index(Msf::Module::Platform::Linux)))
output = case arch
when ARCH_X86_64 then to_linux_x64_elf_dll(framework, code, exeopts)
when ARCH_64 then to_linux_x64_elf_dll(framework, code, exeopts)
end
end