See #4371, add autoload for PeParsey
git-svn-id: file:///home/svn/framework3/trunk@12589 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
06779bc8c0
commit
8bd4f463a6
|
@ -102,6 +102,9 @@ module Rex
|
||||||
|
|
||||||
# Meterpreter
|
# Meterpreter
|
||||||
autoload :Post, 'rex/post'
|
autoload :Post, 'rex/post'
|
||||||
|
|
||||||
|
# PeParsing
|
||||||
|
autoload :PeParsey, 'rex/peparsey'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue