Skip to content

Commit 1a913da

Browse files
David Maloneydmohanty-r7
authored andcommitted
pull in rex-core as a dep
1 parent 405c59b commit 1a913da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ PATH
3535
redcarpet
3636
rex-arch
3737
rex-bin_tools
38+
rex-core
3839
rex-java
3940
rex-mime
4041
rex-ole
@@ -237,7 +238,7 @@ GEM
237238
rex-core
238239
rex-struct2
239240
rex-text
240-
rex-core (0.1.1)
241+
rex-core (0.1.2)
241242
rex-java (0.1.2)
242243
rex-mime (0.1.1)
243244
rex-text

metasploit-framework.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Gem::Specification.new do |spec|
109109
#
110110
# REX Libraries
111111
#
112+
# Core of the Ruby Exploitation Library
113+
spec.add_runtime_dependency 'rex-core'
112114
# Text manipulation library for things like generating random string
113115
spec.add_runtime_dependency 'rex-text'
114116
# Library for Generating Randomized strings valid as Identifiers such as variable names
@@ -132,6 +134,8 @@ Gem::Specification.new do |spec|
132134
spec.add_runtime_dependency 'rex-mime'
133135
# Library for parsing and manipulating executable binaries
134136
spec.add_runtime_dependency 'rex-bin_tools'
137+
# Rex Socket Abstraction Layer
138+
#spec.add_runtime_dependency 'rex-socket'
135139

136140
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
137141
# NoMethodError undefined method `dlopen' for Fiddle:Module

0 commit comments

Comments
 (0)