If somebody need it for tampering with infolink it will give some start
http://www.sendspace.com/file/jxt0kw
To make it working
1) setup your web server with PHP + curl extension enabled
2) Associate files with empty extension (*.) to PHP
3) Server must respond to Host: "infolink.pavv.co.kr" .
4) Put openapi folder to its root
5) in DNS redirect infolink.pavv.co.kr to IP of your server.
I use my computer as router and put to hosts : 192.168.2.1 infolink.pavv.co.kr.
To verify if it works run nslookup
server <dns_used_on_tv>
infolink.pavv.co.kr
Should point to your web server.
6) You must either disable HTTPS on TV or enable SSL for your web server and install valid cert.
I dont know how TV verifies the cert. May be a cert from well know CA will fit or a way to replace root CA cert on TV exists. I dont know.
I dumped exeDSP process memory. Looks like it reads some certs from /mtd_rwarea/security and use hardcoded certs if nothing found there.
But I'm not sure. Just looked for ------- RSA PRIVATE KEY ------ strings in the dump. Found 6 private keys there, all password protected

Anyway I just disabled https by changing
Code: Select all
var WM_SECURE_PROTOCOL = "https://";
to
var WM_SECURE_PROTOCOL = "http://";
How to decrypt cmk files is written here : viewtopic.php?f=48&t=4994
I'm on UE40EH5307