the pain of decrypting recordings on that weird H6600

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

Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: how to remove root

Post by Lordbyte »

I will venture an arm and a leg, and go with ... UnDrm.log ?
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
blendstylez
SamyGO Project Donor
Posts: 99
Joined: Thu Nov 12, 2015 10:02 am

Re: how to remove root

Post by blendstylez »

Lordbyte wrote:I will venture a foot and a hand, and go with ... UnDrm.log ?
u are a brave dude! :mrgreen:
sectroyer wrote:
blendstylez wrote: hey, i'm trying to give as much info as i can,
till now i didn't knew which logs from where are relevant, u know? sry :)
i will also go on tomorrow,
thank you very much again! ;)
I will give you a hint. Read about 10 topics related to my different libs. It's not rocket science to guess log name ;)
sarcastic as usual ;)
exactly that choice of words is the reason why u think i am being rude ;)
i am a really nice guy indeed, except somebody is talking down to me for no reason ;)

i am just about testing right now, and my problem is that i don't get a .ts file out of your script at all..
is it only the magic value, with which i have to experiment? or is there somethang else i can take a look at?
u told me that magic value "1" should nearly allways work...but it doesn't..

libUnDRM.log is allways telling me this:
SpoilerShow

Code: Select all

[UnDRM] SamyGO UnDRM v0.4.4 - (c) sectroyer 2014
[UnDRM] Debug time: 540.
[UnDRM] Input file: /dtv/usb/sdb1/CONTENTS/20151125122109.srf
[UnDRM] Output file: /dtv/usb/sdb1/CONTENTS/20151125122109.ts
[UnDRM] Setting buffCounter to: 1.
[UnDRM] _ZN17CPVRSecureFileMgrC2Ev [0x365d130].
[UnDRM] _ZN17CPVRSecureFileMgr4OpenERKSs [0x365d748].
[UnDRM] _ZN17CPVRSecureFileMgr4ReadEPPv [0x365d4ec].
[UnDRM] _ZN17CPVRSecureFileMgr5CloseEv [0x365d664].
[UnDRM] _ZNSsC1EPKcRKSaIcE [0x15c5fdc].
[UnDRM] _ZN17PVRAppTZInterfaceC2Ev [0x3776fcc].
[UnDRM] _ZN17PVRAppTZInterface6CreateEv [0x3777644].
[UnDRM] dlsym '_ZN17PVRAppTZInterface10ConvertKeyEjPhPjS0_' failed.
[UnDRM] Error openning input file: /dtv/usb/sdb1/CONTENTS/20151125122109.srf
[UnDRM] Library unloaded.

Code: Select all

[UnDRM] Error openning input file: /dtv/usb/sdb1/CONTENTS/20151125122109.srf
why does he allways have a problem opening a srf file? what could be the reason? im wondering
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: how to remove root

Post by Lordbyte »

Verify that 20151125122109.srf really exists, and can be played back by TV.

Also, make a new recording ... 45 seconds or so .. and try that one also :)
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
blendstylez
SamyGO Project Donor
Posts: 99
Joined: Thu Nov 12, 2015 10:02 am

Re: how to remove root

Post by blendstylez »

of course i checked if these files exist..but they do! and get played with no problem with the TV!

Code: Select all

-rwxr-xr-x    1 app      app            208 Jan  1 00:05 20151125122109.cip
-rwxr-xr-x    1 app      app          12052 Jan  1 00:28 20151125122109.inf
-rw-r--r--    1 root     root            16 Jan  1 00:01 20151125122109.key
-rwxr-xr-x    1 app      app        1345328 Jan  1 00:28 20151125122109.mdb
-rw-r--r--    1 app      app         142349 Jan  1  1970 20151125122109.mta
-rwxr-xr-x    1 app      app      929021952 Jan  1 00:28 20151125122109.srf
-rw-r--r--    1 app      app           1785 Jan  1 00:05 20151125122109.ss
this is a 30 minutes recording..the last tests i did was with a 1 minute recording..just to let you know

can the CI module play a role in this context? i don't think so..i am fighting with the tv side encryption from samsung so every recording gets encrypted, no matter what the signal may be or contain right?

Code: Select all

/mtd_rwcommon/samyGOso -d -A -l /mtd_rwcommon/libUnDRM.so /dtv/usb/sdb1/CONTENTS/20151127191406.srf 1
usage: samyGOso [-p PID | -n procname | -A | -T | -D ] [-B ] {-c CONFIG | -l /full/path/to/inject.so [-r (=resident)]} [-d (=debug on)] [-a (=add libc addressoffset )] [arg0,...,argN]
-d is Debugging on, -A is what?, -l is path to library
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: how to remove root

Post by Lordbyte »

:shock:

I have no idea right now ... I do notice that a key has been created by root process ... 16 bytes

Or did you put key there to test something else ?

I dont seem to remember H-models being able to create a key-file.
If it could, I would be running the PVRDecoder in E/F-mode

H-mode was created because "we" couldent get hold of key ...
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
blendstylez
SamyGO Project Donor
Posts: 99
Joined: Thu Nov 12, 2015 10:02 am

Re: how to remove root

Post by blendstylez »

Lordbyte wrote::shock:

I have no idea right now ... I do notice that a key has been created by root process ... 16 bytes

Or did you put key there to test something else ?

I dont seem to remember H-models being able to create a key-file.
If it could, I would be running the PVRDecoder in E/F-mode

H-mode was created because "we" couldent get hold of key ...
i thought the same, but i think it is from the DRM offline decoding library i also installed...

maybe the access rights to the srf file aren't correct?
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: how to remove root

Post by Lordbyte »

-A and all the other switches is documented in the sectroyer SDK available nowhere.
It is clearly of special use for geniouses and holders of the universal secrets.
You are not ment to understand, you are ment to obey, goto work and pay taxes.

This is your chance to rise against the gods, declare your independence, install IDA, hack the shit out
of the libraries, figure out whats going on .. Improve on it .. release it .. taunt gods .. cash in .. check out.

The life of a hacker is a most interesting one, I am told :-)

So, change those access-rights .. Did it help ?

If no .. did you need to ask ?
If yes .. did you need to ask ?

Why dont YOU tell us if it made a difference ?
Or do you expect me to go borrow a H-model and test it for you ?

Man, - get IN the game, or get OUT of the game.
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
blendstylez
SamyGO Project Donor
Posts: 99
Joined: Thu Nov 12, 2015 10:02 am

Re: the pain of decrypting recordings on that weird H6600

Post by blendstylez »

hm ok..
i understand..sorry for wasting the time of all u guys here..

so if i am unable to do it by myself, i should step out of the game..
seems that i pissed you off as well :(

i tested to change the rights of the key file, but that doenst change anything, and as far as i understand the srf has allready full rights for all groups..
maybe i am just too dumb for all this..excuse me!
i am speechless by now..got no more to say
Lordbyte
Official SamyGO Developer
Posts: 1472
Joined: Sun Aug 18, 2013 11:07 pm

Re: the pain of decrypting recordings on that weird H6600

Post by Lordbyte »

No, I am not pissed of ... at all.

But I, like sectroyer, do not expect simple boolean questions.

"Should I try A or try B" ... In my opinion you try both, learn what is to be learned,
and some day here on forum you can say stuff like "I tried that, and I advise you to do B" :-)

You seem so unsure on your feet, that even the smallest effort seems daunting to you.
Do you have the mojo and jedi to hack your TV, carry on ... But is your heart in this ?

Or are you just like everybody tell me that everybody has become here .. just looking for service, and bye-bye mam :-)

I told you .. sectroyer demands attention and work ... Me less so, but still :-)
I provide NO assistance by PM, unless absolutely necessary. Please ask questions in dedicated topics.
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: the pain of decrypting recordings on that weird H6600

Post by zoelechat »

I do NOT receive any PM. Please use forum.

Post Reply

Return to “[H] Support”