5e123e024d
This fixes a huge number of hard-to-detect runtime bugs that occur when a default utf-8 string from one of these libraries is passed into a method expecting ascii-8bit
7 lines
127 B
Ruby
7 lines
127 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Msf::Post::OSX
|
|
require 'msf/core/post/osx/system'
|
|
require 'msf/core/post/osx/ruby_dl'
|
|
end
|