var fDesc=new Array(); fDesc[0] = "With UnMakeSIS you can easily see which files are packed into the .sis file. Since it also recreates the .pkg file you will even be able to know what does happen when the file is installed on the mobile phone.
Main features:
- Displays ALL Files embedded in the .sis, also every Language file is displayed
- Displays the Name of the App in the sis file according to the chosen Language
- Displays Languages, check & or uncheck Languages to extract/not extract them
- Displays Flags & Type of sis files
- Recreate the pkg file which can then be used to generate a sis with makesis.exe
- Extract ALL Files or just one (simply right-click on the file)
- Extracting can be done with the path names from the sis or all files can be extracted to one directory"; 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 = ''; } }