Disable TrustModel
From t-hack.com - Hack X300T / X301T
(→how it works) |
m |
||
| Line 16: | Line 16: | ||
==how it works== | ==how it works== | ||
| − | when the kernel wants to load a binary, it | + | when the kernel wants to load a binary, it calls the VerifyBinary() method. |
| − | the VerifyBinary() method in the | + | 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. | the call to certmod.dll CertVerify() if that exists. | ||
| Line 64: | 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]] | ||