mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
2283e0ffe4
git-svn-id: file:///home/svn/framework3/trunk@6682 4d416f70-5f16-0410-b530-b9f4589650da
23 lines
313 B
Ruby
23 lines
313 B
Ruby
###
|
|
#
|
|
# 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'
|
|
|
|
module Msf
|
|
module Util
|
|
|
|
end
|
|
end
|
|
|
|
# Executable generation and encoding
|
|
require 'msf/util/exe'
|