File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 35
35
redcarpet
36
36
rex-arch
37
37
rex-bin_tools
38
+ rex-core
38
39
rex-java
39
40
rex-mime
40
41
rex-ole
237
238
rex-core
238
239
rex-struct2
239
240
rex-text
240
- rex-core (0.1.1 )
241
+ rex-core (0.1.2 )
241
242
rex-java (0.1.2 )
242
243
rex-mime (0.1.1 )
243
244
rex-text
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ Gem::Specification.new do |spec|
109
109
#
110
110
# REX Libraries
111
111
#
112
+ # Core of the Ruby Exploitation Library
113
+ spec . add_runtime_dependency 'rex-core'
112
114
# Text manipulation library for things like generating random string
113
115
spec . add_runtime_dependency 'rex-text'
114
116
# 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-mime'
133
135
# Library for parsing and manipulating executable binaries
134
136
spec . add_runtime_dependency 'rex-bin_tools'
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