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
14 lines
160 B
Ruby
14 lines
160 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Rex
|
|
|
|
module Poly
|
|
|
|
require 'metasm'
|
|
require 'rex/poly/machine/machine'
|
|
require 'rex/poly/machine/x86'
|
|
|
|
end
|
|
|
|
end
|