Disable TrustModel
From t-hack.com - Hack X300T / X301T
(→how it works) |
(→how it works) |
||
| 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. | ||