| 1049 | } |
| 1050 | |
| 1051 | uintptr_t intel_driver::FindPatternInSectionAtKernel(const char* sectionName, uintptr_t modulePtr, BYTE* bMask, const char* szMask) { |
| 1052 | ULONG sectionSize = 0; |
| 1053 | uintptr_t section = FindSectionAtKernel(sectionName, modulePtr, §ionSize); |
| 1054 | return FindPatternAtKernel(section, sectionSize, bMask, szMask); |
| 1055 | } |
| 1056 | |
| 1057 | bool intel_driver::ClearKernelHashBucketList() { |
| 1058 | std::ostringstream ss; |
nothing calls this directly
no outgoing calls
no test coverage detected