Land #7168, Improve Meterpreter ps -A experience

bug/bundler_fix
William Webb 2016-08-01 15:32:34 -05:00
commit 614ede9363
No known key found for this signature in database
GPG Key ID: 341763D0308DA650
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ class Console::CommandDispatcher::Stdapi::Sys
if val.nil? or val.empty?
return false
end
searched_procs << proc if proc["arch"] == val
searched_procs << proc if proc["arch"] == (val == 'x64' ? 'x86_64' : val)
end
processes = searched_procs
when "-s"