HyperDbg Debugger
Loading...
Searching...
No Matches
MmioShadowing.c File Reference

Functions for MMIO shadowing. More...

#include "pch.h"

Functions

VOID MmioShadowingInitialize (PVOID MmioPhysicalAddress, ULONG64 Size)

Detailed Description

Functions for MMIO shadowing.

Author
Sina Karvandi (sina@.nosp@m.hype.nosp@m.rdbg..nosp@m.org)
Version
0.14
Date
2025-02-25

Function Documentation

◆ MmioShadowingInitialize()

VOID MmioShadowingInitialize ( PVOID MmioPhysicalAddress,
ULONG64 Size )
18{
19 UNREFERENCED_PARAMETER(MmioPhysicalAddress);
20 UNREFERENCED_PARAMETER(Size);
21}