Skip to content

Commit 5f19af6

Browse files
committed
amateur hour, forgot the X on ARCH_X64
1 parent fe49393 commit 5f19af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/util/exe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +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)
1909+
when ARCH_X64 then to_linux_x64_elf_dll(framework, code, exeopts)
19101910
end
19111911
end
19121912

0 commit comments

Comments
 (0)