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

Add new arches to UUIDs

This commit is contained in:
Adam Cammack 2016-12-08 16:29:43 -06:00
parent c5641c9681
commit eeef8fa6ad
No known key found for this signature in database
GPG Key ID: C9378BA088092D66
3 changed files with 9 additions and 5 deletions

View File

@ -33,7 +33,7 @@ PATH
rb-readline-r7
recog
redcarpet
rex-arch (= 0.1.2)
rex-arch (= 0.1.4)
rex-bin_tools
rex-core
rex-encoder
@ -237,7 +237,7 @@ GEM
recog (2.1.2)
nokogiri
redcarpet (3.3.4)
rex-arch (0.1.2)
rex-arch (0.1.4)
rex-text
rex-bin_tools (0.1.1)
metasm
@ -250,7 +250,7 @@ GEM
metasm
rex-arch
rex-text
rex-exploitation (0.1.3)
rex-exploitation (0.1.4)
jsobfu
metasm
rex-arch

View File

@ -38,7 +38,11 @@ class Msf::Payload::UUID
19 => ARCH_DALVIK,
20 => ARCH_PYTHON,
21 => ARCH_NODEJS,
22 => ARCH_FIREFOX
22 => ARCH_FIREFOX,
23 => ARCH_ZARCH,
24 => ARCH_AARCH64,
25 => ARCH_MIPS64,
26 => ARCH_PPC64LE
}
Platforms = {

View File

@ -128,7 +128,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rex-struct2'
# Library which contains architecture specific information such as registers, opcodes,
# and stack manipulation routines.
spec.add_runtime_dependency 'rex-arch', '0.1.2'
spec.add_runtime_dependency 'rex-arch', '0.1.4'
# Library for working with OLE.
spec.add_runtime_dependency 'rex-ole'
# Library for creating and/or parsing MIME messages.