VerifierNtMapViewOfSection
INT64 __fastcall VerifierNtMapViewOfSection(
void *SectionHandle,
void *ProcessHandle,
void **BaseAddress,
UINT64 ZeroBits,
UINT64 CommitSize,
_LARGE_INTEGER *SectionOffset,
UINT64 *ViewSize,
_SECTION_INHERIT InheritDisposition,
UINT64 AllocationType,
UINT64 Win32Protect){
PVOID retaddr;
VfCheckPageProtection((unsigned int)Win32Protect, retaddr);
return((__int64(__fastcall *)(void *, void *, void **, UINT64, UINT64, _LARGE_INTEGER *, UINT64 *, _SECTION_INHERIT, _DWORD, _DWORD))pXdvNtMapViewOfSection)(
SectionHandle,
ProcessHandle,
BaseAddress,
ZeroBits,
CommitSize,
SectionOffset,
ViewSize,
InheritDisposition,
AllocationType,
Win32Protect);
}Referenced by:
No references.