Search found 54 matches

by szt
Thu Jul 09, 2015 8:27 am
Forum: [H] General
Topic: Make fake answer from server when tv download widget
Replies: 4
Views: 2858

Re: Make fake answer from server when tv download widget

Did you try tinkering replies with Fiddler? http://www.telerik.com/fiddler I tried mitmproxy. This python code replace http response: from libmproxy.protocol.http import decoded def response(context, flow): with decoded(flow.response): squashfs = open('replaces/orig.bin', 'rb').read() if flow.respo...
by szt
Mon Jul 06, 2015 4:54 am
Forum: [H] General
Topic: Make fake answer from server when tv download widget
Replies: 4
Views: 2858

Re: Make fake answer from server when tv download widget

ZGod wrote:It's easy to run handmade widgets using the built-in develop log-in, so I don't think many people tried this.
It is possible to put ARM ELF executable in handmade widget and run it on TV without root access?
by szt
Sun Jun 28, 2015 3:50 am
Forum: [H] General
Topic: Make fake answer from server when tv download widget
Replies: 4
Views: 2858

Make fake answer from server when tv download widget

I captured some http GET request when tv downloading widged : GET /files/widget/bla/bla/bla/enc_blablabla.img?Expires=...&Signature=...&Key-Pair-Id=... HTTP/1.1 Host: somehost.cloudfront.net Accept: */* And captured answer : HTTP/1.1 200 OK Content-Type: application/octet-stream Content-Leng...
by szt
Wed Jun 24, 2015 10:58 pm
Forum: [H] Firmware
Topic: mounting/unpacking filesystem from firmware
Replies: 0
Views: 2750

mounting/unpacking filesystem from firmware

How can I mount or unpack cramfs image from T-MST14DEUC_2710.3 firmware? I found cramfs image using binwalk and extract it: $ binwalk upgrade.msd DECIMAL HEX DESCRIPTION ------------------------------------------------------------------------------------------------------- 122709283 0x7506523 TIFF i...

Go to advanced search