File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33
33
recog
34
34
redcarpet
35
35
rex-arch
36
+ rex-core
36
37
rex-java
37
38
rex-ole
38
39
rex-powershell
227
228
redcarpet (3.3.4 )
228
229
rex-arch (0.1.1 )
229
230
rex-text
231
+ rex-core (0.1.2 )
230
232
rex-java (0.1.2 )
231
233
rex-ole (0.1.2 )
232
234
rex-text
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ Gem::Specification.new do |spec|
113
113
#
114
114
# REX Libraries
115
115
#
116
+ # Core of the Ruby Exploitation Library
117
+ spec . add_runtime_dependency 'rex-core'
116
118
# Text manipulation library for things like generating random string
117
119
spec . add_runtime_dependency 'rex-text'
118
120
# Library for Generating Randomized strings valid as Identifiers such as variable names
@@ -132,6 +134,8 @@ Gem::Specification.new do |spec|
132
134
spec . add_runtime_dependency 'rex-arch'
133
135
# Library for working with OLE.
134
136
spec . add_runtime_dependency 'rex-ole'
137
+ # Rex Socket Abstraction Layer
138
+ #spec.add_runtime_dependency 'rex-socket'
135
139
136
140
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
137
141
# NoMethodError undefined method `dlopen' for Fiddle:Module
You can’t perform that action at this time.
0 commit comments