Page 1 of 3

[App] libDumpSPM for H

Posted: Tue Jun 30, 2015 10:48 am
by sectroyer
App simply decrypts all files passed in command line for example:

Code: Select all

samyGOso -d -A -B -l /tmp/libDumpSPM.so LICENSE:/tmp/widget.license /tmp/test1.js.spm /tmp/test2.js.spm
If you want to decrypt more files better put them on usb and do like this:

Code: Select all

find /dtv/usb/sda1/SPMdecrypt/ | grep \\.spm  > spms.txt
after that simply run this bash line:

Code: Select all

for i in `seq 50`; do echo "SPM: $i"; samyGOso -d -A -B -l /tmp/libDumpSPM.so LICENSE:/tmp/widget.license `head ./spms.txt -n 10 | tr '\n' ' '`; cat ./spms.txt | tail -n +10 >out.txt; mv out.txt spms.txt ; sleep 5; cat /dtv/DumpSPM.log; done

Re: [App] libDumpSPM for H

Posted: Fri Jul 03, 2015 2:06 pm
by smart_lover
Thanks a lot. It works like a charm!

Re: [App] libDumpSPM for H

Posted: Sat Aug 22, 2015 11:29 am
by mcbane
Thanks. Decrypting is working :-)

Re: [App] libDumpSPM for H

Posted: Sat Nov 21, 2015 10:09 pm
by madymax
Not working on F series.
Is there a way to decrypt F series widgets?
"
samyGOso -d -A -B -l ../libDumpSPM.so LICENSE:./widget.license ./config.xml.spm
samyGOso: invalid option -- 'A'
usage: samyGOso -p PID {-c CONFIG | -l LIBNAME [-r (=resident)]} [-d (=debug on)]

samyGOso -d -l ../libDumpSPM.so LICENSE:./widget.license ./config.xml.spm
usage: samyGOso -p PID {-c CONFIG | -l LIBNAME [-r (=resident)]} [-d (=debug on)]

"

Re: [App] libDumpSPM for H

Posted: Sat Nov 21, 2015 10:31 pm
by zoelechat

Re: [App] libDumpSPM for H

Posted: Sat Nov 21, 2015 11:59 pm
by prairie
The bugficks lib works fine on F

Re: [App] libDumpSPM for H

Posted: Sun Nov 22, 2015 12:34 am
by sectroyer
Good. I just used this one today. Works like a charm ;)

Re: [App] libDumpSPM for H

Posted: Sun Nov 22, 2015 6:56 pm
by madymax
I was using the H series one by mistake, I did not found the E/F one.
I will try tomorrow
Thanks guys

Re: [App] libDumpSPM for H

Posted: Mon Dec 05, 2016 9:51 pm
by newyankee
UE55H6290 here. I am trying to decrypt a bunch of apps from another country setting to re-install them as user apps. I got this done on my F-series with SPMdecrypt from another thread. However, I am miserably failing at this. I have to concede that I am not exactly a linux wiz...
Could you provide some more info on where to put the apps (****_img), then where to put libdumpSPM, how to set permissions and such.
Help is highly appreciated.

Re: [App] libDumpSPM for H

Posted: Mon Dec 05, 2016 9:59 pm
by sectroyer
Nowhere, you need to unpack ****_img to use this lib :)