Here only a sis file. And there is no source code. I want to read strings define by _LIT or _L in it. How to do it? Are there any tools?
Here only a sis file. And there is no source code. I want to read strings define by _LIT or _L in it. How to do it? Are there any tools?
Can you explain in details on what you want to do ?
Are you developing some application and packing it to sis, or using somebody else's sis file and you want to modify it ?
Hopefully you are trying to read the contents of source code using the sis file contents, unfortunately that cannot be done(you can only read the pkg file contents by some hack software or else)
While it is questionable that it is a rightful use, you can actually find the format specification of .sis files: http://www.developer.nokia.com/Commu...cification.pdf
Then you can extract the files, and the executables also has some compression, you can read about it in the SDK Documentation as I remember.
To yucca:
In fact the sis is created by me long time ago. unfortunately I did not backup the source code before modified. I have forgotten important parameter. The appliaction still runing. so I wishfully to get its behaviour.
if the lit is defined inside an executable and completely handled in there, then you should forget on modifying it (unless you can find your old source codes).