Disable TrustModel
From t-hack.com - Hack X300T / X301T
(initial information on patching the trust model) |
m |
||
| Line 16: | Line 16: | ||
==how it works== | ==how it works== | ||
| − | the VerifyBinary() method in the | + | when the kernel wants to load a binary, it calls the VerifyBinary() method. |
| − | the call to certmod.dll CertVerify() if that exists | + | the VerifyBinary() method in the nk.exe calls the CertVerify() method of filesys.exe which forwards |
| + | the call to certmod.dll CertVerify() if that exists. | ||
| + | when all these calls returned without error, then the binary is actually loaded and executed. | ||
| + | |||
| + | certmod.dll was added in IPTV firmware 1.2. | ||
==to to fix it== | ==to to fix it== | ||
| Line 60: | Line 64: | ||
this is work in progress. I just wanted to write stuff down | this is work in progress. I just wanted to write stuff down | ||
| + | |||
| + | Program to patch the NK.BIN and fix the checksum | ||
| + | **[[NK.BIN Patcher]] | ||
| + | |||
| + | |||
| + | [[category:WinCe]] | ||