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:
parent
21b146fab3
commit
4e581a35ac
@ -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' =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user