I have ES7500 smart-TV. Firmware names: T-ECPDEUC ****.**. Unpacking exe file.
Each file in firmvare has RSA(?) signature in small files *.cs(256 bytes), *.vs(256 bytes), *.cmac(132 bytes).
I can unpack and decrypt them with samygo perl script, i can encrypt back them, but tv is not updating with repacked firmware. Repacked firmware is newer, than existing, CRC count is right.
What are the small files? Is this RSA sigs? If it is true, where is public key? And how to repack T-ECPDEUC firmware and install it on ES7500-series smartTV
ES7500=ES8000
RSA on ES series ES7500
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: RSA on ES series ES7500
in exeDSP, just for completition: the private key is in korea...user644 wrote:...where is public key?
you have to encrypt and sign it with the private key...And how to repack T-ECPDEUC firmware and install it on ES7500-series smartTV
Re: RSA on ES series ES7500
ok, i got 188 bytes public key in PEM format. Which of .vs, .cs, .cmac files are signatures? Or signature is in the end of .sec file? From which data? All .img.sec file, or file without salt?
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: RSA on ES series ES7500
i guess neither...user644 wrote:ok, i got 188 bytes public key in PEM format. Which of .vs, .cs, .cmac files are signatures?
yesOr signature is in the end of .sec file?
from the decrypted *.img fileFrom which data? All .img.sec file, or file without salt?
Re: RSA on ES series ES7500
Thanks. Testing this.
And what are .vs, cs, cmac files for each sec.img?
And what are .vs, cs, cmac files for each sec.img?