var fDesc=new Array(); fDesc[0] = "MultiExtractor can search, extract or unpack hidden pictures/textures: 3DS, BMP, CUR, DDS, EMF, FON, GIF, ICO, IFF, JPG, LWO, PCX, PNG, TGA, TIFF, TTC, TTF, WMF.

MultiExtractor can detect packed executable and DLL files. There is a general detection algorithm that works on UPX and other packers. After the detection process is loaded into memory where data is extracted. You may command to process unpacking by "force unpack" in extract mode window."; 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 = ''; } }