Skip to content

Commit 05afaa1

Browse files
committed
Pull in consts from rex-arch gem...
1 parent bdf0735 commit 05afaa1

File tree

4 files changed

+2
-67
lines changed

4 files changed

+2
-67
lines changed

lib/msf/core.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# The framework-core depends on Rex
1717
require 'rex'
1818
require 'rex/ui'
19+
require 'rex/arch'
20+
include Rex::Arch
1921

2022
module Msf
2123
autoload :Author, 'msf/core/author'

lib/msf/core/payload/uuid.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
require 'msf/core'
44
require 'msf/core/module/platform'
5-
require 'rex/constants'
65
require 'rex/text'
76

87
#

lib/rex.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ module Rex
5959
require 'rex/ole'
6060

6161
# Generic classes
62-
require 'rex/constants'
6362
require 'rex/exceptions'
6463
require 'rex/transformer'
6564
require 'rex/random_identifier'

lib/rex/constants.rb

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)