Skip to content

Commit fe49393

Browse files
committed
added ARCH_x64 case for Msf::Util::EXE.to_executable_fmt - failed CI rapid7#8173
1 parent 28872c7 commit fe49393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/util/exe.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,7 @@ def self.to_executable_fmt(framework, arch, plat, code, fmt, exeopts)
19061906
if (not plat or (plat.index(Msf::Module::Platform::Linux)))
19071907
output = case arch
19081908
when ARCH_X86_64 then to_linux_x64_elf_dll(framework, code, exeopts)
1909+
when ARCH_64 then to_linux_x64_elf_dll(framework, code, exeopts)
19091910
end
19101911
end
19111912

0 commit comments

Comments
 (0)