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

Function GetVirtualForPhysical

Kernel-Bridge/API/MemoryUtils.cpp:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 PVOID GetVirtualForPhysical(PVOID64 PhysicalAddress) {
385 return MmGetVirtualForPhysical(*reinterpret_cast<PPHYSICAL_ADDRESS>(&PhysicalAddress));
386 }
387
388 _IRQL_requires_max_(APC_LEVEL)
389 BOOLEAN ReadPhysicalMemory(IN PVOID64 PhysicalAddress, OUT PVOID Buffer, SIZE_T Length, MEMORY_CACHING_TYPE CachingType) {

Callers 6

ReadPhysicalMemoryFunction · 0.85
WritePhysicalMemoryFunction · 0.85
GetPageTablesFunction · 0.85
GetEptEntriesFunction · 0.85
KbGetVirtualForPhysicalFunction · 0.85
TranslationTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected