Re: dumping Ilive.toThat method seems very promising. The hulu.sh script is written for Cygwin, but I borrowed a little from it.
Code:
$ MOZ_DISABLE_OOP_PLUGINS=1 firefox -no-remote -profile . <URL> |
Re: dumping Ilive.toUnfortunately it's not working for me.
Do you have any other conf in mms.cfg aside from: Code:
ProtectedMode=0 |
Re: dumping Ilive.toWell I am having issues myself, but it's very bizarre.
I am using the following script: http://goo.gl/XJv0UU Winstrings is simply the strings.exe from SysInternals, a Win version of strings, as strings -10 from above was taking forever in Cygwin. Also I did two grep lines because for some reason in hex, sometimes the token is before "Connection succeeded" while other times it seems to be after, instead. It works perfectly on my Win 7 64-bit desktop, tested at least 5 times. Yet if I try it on my XP Pro 32-bit, Laptop Win 8 64-bit, or my Vista 64-bit, they all fail. Something seems to be failing at the dump of Firefox because opening the said dumps in HxD definitely does not show the token. I am just confused how the exact same script and even using the exact same baby-cygwin on each PC would cause such behavior. EDIT: It appears that I simply wasn't providing enough sleep between dump and kill Firefox, which was causing it to sometimes get the token and sometimes not, but it still once in a while doesn't get the token. I hope to find a more consistent approach as this will cause serious issues with scheduled recordings. |
Re: dumping Ilive.toDMW on another forum has just posted this http://ge.tt/7vL8zot/v/0?c
|
Re: dumping Ilive.toQuote:
Thanks again for the link. I know I probably would have seen it anyway on the other forum, but my method was driving me insane, LoL. |
Re: dumping Ilive.toSo here goes another method:
Disassembly / Assembly Method: First modify you mms.cfg like this as we want to see the output of the trace() method. Code:
#Hardware video decoding Now we are going to disassemble the swf file insert a print and assembly again. I'm going to use https://github.com/CyberShadow/RABCDAsm. In this case we want to see the output of the function _a_-_---._a_--_--(-1820302793) The trace it's going to be inserted in the PlayerSetup class so we only have to open the swf file to trigger our trace. Now we disassemble: Code:
$ abcexport secure_player_ilive_z.swf Code:
findpropstrict QName(PackageNamespace(""), "trace") We want to trigger this trace as soon as the swf it's opened so we insert it in Player.class.asasm like this: Code:
class Code:
$ rabcasm secure_player_ilive_z-1/secure_player_ilive_z-1.main.asasm Code:
I8772LDKksadhGHGagf# |
Re: dumping Ilive.toWow, now we have three different methods! Awesome! (Yet the stream was down at the precise moment I needed it. :-P)
And to answer that question from much earlier, I didn’t touch any file “mms.cfg”; I don’t even seem to have one on my system. |
Re: dumping Ilive.toLol I'm a noob at coding/decoding this secure tokens. I'm willing to pay $5 to who ever can teach me personalty in teamviewer. PM ME.
|
Re: dumping Ilive.toHi all,
I was trying to download iguide.to links. Unfortunately looks like they Any one know how to get Iguide.to token? Example link = http://www.iguide.to/view/3/ Thanks |
Re: dumping Ilive.to@pwish
you need secureToken for that PM me |
All times are GMT -6. The time now is 02:11 AM. |