| 1015 | } |
| 1016 | |
| 1017 | void BTCpuNotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {} |
| 1018 | |
| 1019 | BOOLEAN WINAPI BTCpuIsProcessorFeaturePresent(UINT Feature) { |
| 1020 | return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE; |
nothing calls this directly
no outgoing calls
no test coverage detected