Sisopen

Software Screenshot:
Sisopen
Software Details:
Version: 0.1
Upload Date: 3 Jun 15
Distribution Type: Freeware
Downloads: 28

Rating: 2.3/5 (Total Votes: 3)

Sisopen is a tool to list and extract the content of SIS files. SIS files are installation files used in Symbian-based smartphones like many S60 Nokia phones.

Sisopen is an ANSI-C program, mainly targetted to Linux and other Unix-like systems it can be compiled almost in every system with a C compiler having zlib.

Defining NOZLIB at compile time makes you able to compile without zlib, but only file listing is available in this mode, files can't be extracted.

EXAMPLE

First example, list the content of a .sis file

$ sisopen sis/torch.sis

sis/torch.sis: SIS header detected

application UID: 0x78F172C
application version: 1.20

Languages

UK English

Files
000 !:systemappsTorchTorch.aif 1941
001 !:systemappsTorchTorch_caption.rsc 32
002 !:systemappsTorchTorch.rsc 70
003 !:systemappsTorchTorch.app 5548

A more interesting example showing the ability of sisopen to fully understand SIS files including conditionals:

$ sisopen sis/Nokia_N70_patch.SIS

sis/Nokia_N70_patch.SIS: SIS header detected

application UID: 0x20000BB0
application version: 1.00

Languages

UK English

Files
[endif]
001 f C:DOCUME~1m1smithLOCALS~1TempMKS0WrongDevice0.txt 122
[else]
003 f C:DOCUME~1m1smithLOCALS~1TempMKS0Finished0.txt 254
004 c C:systemtempNokiaN70Patch1.exe 1552
005 f C:DOCUME~1m1smithLOCALS~1TempMKS0Distribution0.txt 288
[if (0x10200f9a == MachineUID)]

SIS file conditionals must be read upside down, starting from the bottom of the output. This is a patch for the N70 smartphone so the conditional is if MachineUID == 0x... (the N70 UID) install the files, else show a Wrong Device message.

Here are some key features of "Sisopen":

Similar Software

Konstruct
Konstruct

2 Jun 15

gxInstall
gxInstall

3 Jun 15

RPM Wizard
RPM Wizard

3 Jun 15

Other Software of Developer Salvatore Sanfilippo

TCPCam
TCPCam

3 Jun 15

hping
hping

3 Jun 15

Comments to Sisopen

Comments not found
Add Comment
Turn on images!