Files
metasploit-gs/lib/msf/util.rb
T

24 lines
338 B
Ruby
Raw Normal View History

# -*- coding: binary -*-
2009-06-20 17:42:17 +00:00
###
#
# framework-util
# --------------
#
# The util library miscellaneous routines that involve the framework
# API, but are not directly related to the core/base/ui structure.
#
###
require 'msf/core'
require 'rex'
2009-06-20 17:42:17 +00:00
module Msf
module Util
end
end
# Executable generation and encoding
require 'msf/util/exe'