var fDesc=new Array(); fDesc[0] = "Xor Binary data unprotector by A.S.L.
You can unprotect games data files crypted with xor byte.
Extra added ROL , SHL , ADD , NOT , NEG , OR , MUL , DIV and XOR with external file crypto algorithm.
Internal detector for files : zip , rar , 7z , exe , jpg , mp3 , xml , mp4 , MS cab files.
Analysed files with external detector.
Work fast and save unprotected data to disk.
Nice GUI interfeace.
You can use this tool if you need crypt or protect your file.
Full automatic mode included."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }