MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / KbReadDmiMemory

Function KbReadDmiMemory

User-Bridge/API/User-Bridge.cpp:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 }
747
748 BOOL WINAPI KbReadDmiMemory(OUT UCHAR DmiMemory[DmiSize], ULONG BufferSize)
749 {
750 if (BufferSize != DmiSize) return FALSE;
751 return KbSendRequest(Ctls::KbReadDmiMemory, NULL, 0, reinterpret_cast<PKB_READ_DMI_MEMORY_OUT>(DmiMemory), BufferSize);
752 }
753}
754
755namespace Processes

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected