| 515 | } |
| 516 | |
| 517 | void KernelDriver::_removeCertKey() { |
| 518 | RegDeleteKey(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\SystemCertificates\\ROOT\\Certificates\\E403A1DFC8F377E0F4AA43A83EE9EA079A1F55F2"); |
| 519 | } |
| 520 | |
| 521 | bool KernelDriver::_checkPreBoot() { |
| 522 |
nothing calls this directly
no outgoing calls
no test coverage detected