module BinData::TraceHook

def turn_off_tracing

def turn_off_tracing
  if method_defined? :do_read_without_hook
    alias_method :do_read, :do_read_without_hook
    remove_method :do_read_without_hook
  end
end