
$b=String.new("B"*0x400)
$expand=$b[0x40,0x7fffffffffffffff]
puts $expand.size
puts $expand[1000,4000]
