Once again I'm not being able to navigate the JPG library source code, but now I cannot open it with “Open With->Other” and then select “Synergy Secure C/C++ Viewer” as I was told to my previous questions because this time e2studio says that the file is not encrypted so it will be shown to me in its current format. Here is a snippet of the beginning and the end of sf_jpeg_decode.c as I see it:
#ifdef AMS_ENCRYPT_PACKAGE
-----BEGIN ENCRYPTED FILE v0.6-----
9S04Fc0roaJnwZGP6OG7EDBImvEWKQdoMQNOXjk4ZvwQsBLQTRwSHkI1v5kvHqpY
vL8O8ZhWVijNkarhibl1/FdXf3OJgI+TcJmp6MO+DUZuj8+sgPAR53ZyUJpHd1IF
oXjp+S/rjD5USeFlwqS2ov/gzDhN5Ckuwxrmpn/aK736vAo73n9I+0reuLVHL3Hi
...
QSHPOXQg3dEuo5hw+VURdYMQiBN+cbzlaccagYbePZ3j/9DqPZsXq2FZN+s/k7U5
juxXW4Pb7XOaWgJBHu2YS61jxbo3wIlnX5bC7QwRcqVwwIbge41zBFUnEx4ws0MX
TWVMkggJzsuS5N0a53Ba/vsooylzj1ICQMpez2uwxb8=
-----END ENCRYPTED FILE-----
#else
#error "Secure builder required to compile this file"
#endif
I don't understand how several weeks ago this file opened by default in its decoded form with "PROTECTED" diagonal bands, one week after that it opened encrypted and I needed to do the "Open With->Other" trick and today it refuses to be opened in any other form that the encrypted form.
Any hint, please?