Trying to extract / decrypt T-MST10PDEUC

Here for general support for E series TVs, request and problem solve area.
Post Reply

hanzinzl
Posts: 4
Joined: Sat Oct 01, 2022 6:44 am

Trying to extract / decrypt T-MST10PDEUC

Post by hanzinzl »

Hello,
I am fairly new to this group.
I downloaded T-MST10PDEUC zip archive from Mega.nz and wanted to decrypt the files to see if I can get the submicom.bin files out if in fact they are in there.

I followed this link https://wiki.samygo.tv/index.php?title= ... s_firmware but instead of using cygwin, I was going to extract in a linux VM.

I have python3 intsalled:

sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 --version
Python 3.8.10


and

pycrypto..

Name: pycrypto
Version: 2.6.1
Summary: Cryptographic modules for Python.
Home-page: http://www.pycrypto.org/
Author: Dwayne C. Litzenberger
Author-email: dlitz@dlitz.net
License: UNKNOWN
Location: /home/sww/.local/lib/python3.8/site-packages
Requires:
Required-by:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$


When runing it I get the following:

sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 SamyGO.py decrypt_all T-MST10PDEUC
File "SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
sww@swwzorin1:~/Downloads/SamsungES6200-FW$

Can this in fact runin python3 and also is there a sytax error in the script?

How critical is the path structure?
The archive I unzipped just had the image directory.

sww@swwzorin1:~/Downloads/SamsungES6200-FW$ ls
SamyGO.py T-MST10PDEUC
sww@swwzorin1:~/Downloads/SamsungES6200-FW$


Maybe I just have to run in Cygwin...

Thanks,

Simon
hanzinzl
Posts: 4
Joined: Sat Oct 01, 2022 6:44 am

Re: Trying to extract / decrypt T-MST10PDEUC

Post by hanzinzl »

Hi all,

Loaded up Cygwin and needed modules but get the same error.

sww@SWW-EB850 /cygdrive/d/SamsungES6200-FW
$ python3 SamyGO.py decrypt_all image
File "/cygdrive/d/SamsungES6200-FW/SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?

sww@SWW-EB850 /cygdrive/d/SamsungES6200-FW

Thanks,

Simon

Post Reply

Return to “[E] Support”