MCPcopy Create free account
hub / github.com/ByteCorum/DragonBurn / FindPatternInSectionAtKernel

Method FindPatternInSectionAtKernel

DragonBurn-kernel/intel_driver.cpp:1051–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051uintptr_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, &sectionSize);
1054 return FindPatternAtKernel(section, sectionSize, bMask, szMask);
1055}
1056
1057bool intel_driver::ClearKernelHashBucketList() {
1058 std::ostringstream ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected