1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Fix encoder architecture

This commit is contained in:
jvazquez-r7 2014-01-08 16:18:30 -06:00
parent 21b146fab3
commit 4e581a35ac

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Encoder::Xor
'Julien Tinnes <julien at cr0.org>', # original longxor encoder, which this one is based on
'juan vazquez' # byte_xori encoder
],
'Arch' => ARCH_MIPSBE,
'Arch' => ARCH_MIPSLE,
'License' => MSF_LICENSE,
'Decoder' =>
{