added ARCH_x64 case for Msf::Util::EXE.to_executable_fmt - failed CI #8173
parent
28872c7ea2
commit
fe49393cf1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue