Im looking to read a .sis file (symbian content) using java, and hopefully try to derive as much meta related information from the binary as possible, such as application name, version, platform support and target languages. I think this can be done from looking at the symbian spec, and I seem to remember another application that did this, but wasnt quite sure how? Does anyone have any insight?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are two, slightly different SIS file formats. The old one for Symbian OS versions prior to 9.x and another with platform security additions for 9.x and later. I assume you want to decode this newer format. Here's a link to the SIS file specification for 9.x and later. For a code sample on parsing 9.x SIS files, have a look at sisinfo.py. |
|||||
|