We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fee686 commit 55147d9Copy full SHA for 55147d9
spec/support/shared/contexts/msf/util/exe.rb
@@ -32,7 +32,7 @@
32
"osx" => [
33
{ :format => "macho", :arch => "x86", :file_fp => /Mach-O.*i386/ },
34
{ :format => "macho", :arch => "x64", :file_fp => /Mach-O 64/ },
35
- { :format => "macho", :arch => "armle", :file_fp => /Mach-O.*acorn/ },
+ { :format => "macho", :arch => "armle", :file_fp => /Mach-O.*(acorn|arm)/ },
36
{ :format => "macho", :arch => "ppc", :file_fp => /Mach-O.*ppc/ },
37
],
38
}
0 commit comments