Files
metasploit-gs/lib/msf/util.rb
T
Christian Mehlmauer 7d6992c0e8 respect windows
2017-07-17 09:58:20 +02:00

25 lines
364 B
Ruby

# -*- coding: binary -*-
###
#
# 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'
require 'msf/util/helper'