2012-06-29 05:18:28 +00:00
|
|
|
# -*- coding: binary -*-
|
2011-06-03 00:36:26 +00:00
|
|
|
|
2014-09-20 00:10:39 +00:00
|
|
|
require 'jsobfu'
|
2011-06-03 00:36:26 +00:00
|
|
|
|
|
|
|
module Rex
|
|
|
|
module Exploitation
|
|
|
|
|
2011-06-03 17:52:34 +00:00
|
|
|
#
|
2014-09-20 00:10:39 +00:00
|
|
|
# Simple wrapper class that makes the JSObfu functionality
|
|
|
|
# from the gem available under the Rex namespace.
|
2011-06-03 00:36:26 +00:00
|
|
|
#
|
2014-09-20 00:10:39 +00:00
|
|
|
class JSObfu < ::JSObfu
|
2014-09-20 01:42:05 +00:00
|
|
|
|
2011-06-03 00:36:26 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
end
|
2014-09-20 00:10:39 +00:00
|
|
|
end
|