End part of key does not look very random... anyone want to try 00001abc2011 for D-series fw?card2000 wrote:"A435HX:********-****-****-****-************-********-****-****-****-************"
T-VALDEUC Firmware AES key :)
Re: T-VALDEUC Firmware AES key :)
Last edited by erdem_ua on Thu May 26, 2011 7:33 pm, edited 1 time in total.
Reason: hidden valdeuc key
Reason: hidden valdeuc key
Re: T-VALDEUC Firmware AES key :)
fail, but i dont worry much for D serie, it can be also easy done
just step by step, now fw reflashing, then execute modified exeDSP (rsa disable check for native applications) then can be moved to D serie , i just have problem , noone shop here in croatia have anything of new D seriel, i was lucly with BD player last week to start such think,
also i had very big luck to find firmware where i realy can trace and reverse all correct, 300x are very shity to read.
Denny
Denny - 데니 - 丹尼 (card2000)
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV
Re: T-VALDEUC Firmware AES key :)
yes, it is still need
as the tool should automaticly decrypt, change data and flash it direct to tv 
i have some routines , but got only 2nd loop decrypted ok just for fun to see does the key realy match.
in case of erdem?s script, i just sugest to decrypt all .sec files , and dont do any modifications.
Denny
i have some routines , but got only 2nd loop decrypted ok just for fun to see does the key realy match.
in case of erdem?s script, i just sugest to decrypt all .sec files , and dont do any modifications.
Denny
Denny - 데니 - 丹尼 (card2000)
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV
Re: T-VALDEUC Firmware AES key :)
1. Not for whole C series, just for T-VALDEUS (until card2000 gives us all keys)wortex wrote: i'll try to port pyton decryptof to C if is still be unrelesed.
2. Port python? If you mean just decryption - it is easy to be done by changing one line. Look at my post. To port whole SamyGO.py - you need some addresses to patch to have result. I suggest to leave this for just .sec decryption as Denny said.
Denny, how do you disable RSA check to let TV accept modified firmware? It is good to have some widget to patch exeDSP, right?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: T-VALDEUC Firmware AES key :)
If you add some nice gui and let run it under windows... 
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: T-VALDEUC Firmware AES key :)
Yes, it would be great to have some GUI for samygo patcher... 
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: T-VALDEUC Firmware AES key :)
Code: Select all
GUI for samygo patcherehhmm, why easy if complicated is also posible, no ....
as i work every day with many korean engeniers
just simple tool that we run under telnet , this tool will do all need job, no python no magic ....
1. decrypt firmware
2. mount it temporarly
3. modify start rc.local
4. copy exeDSP outside of mtd_exe
5. patch exeDSP on need points
6. umount exe.imt
7. flash whole images to unused parition
8. calculate each cmacs
9. store cmac to need parition
10. user must just at finish self press ./toggle_c8000
in case of modify rc.local
just add :
Code: Select all
if [ -e /mtd_rwarea/myBoot.sh ]; then
/dtv/usb/sdax/myBoot.sh
else
cd /mtd_exe
./exeDSP
fi
my plan is just to disable Widget RSA check point that other applications can be ported by other guys to C serie , like Browser etc...
after this all,
i have 2 more pioints to check out , that is widget.signature calculation, and recorded streams to decrypt then is C serie done from my side.
also , if someone play litelbit, he can find out , so strange things are not as they sounds , basicly u can read write stuff whenever u wish
@ wortex , yes , Pure "C" code, no Openssl, as i think compiler at me dont have it, and best solution, one C unit to tool.
Denny
Last edited by Denny on Thu May 12, 2011 7:57 pm, edited 1 time in total.
Denny - 데니 - 丹尼 (card2000)
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV
UE55C8000 UE55D8000 UE32D6510 BD-C9600 3xDM8000
Reversing HW Demux Drivers and API from Samsung´s TV