| 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) { |
no outgoing calls
no test coverage detected