VerifierMmCreateSection
INT64 __stdcall VerifierMmCreateSection(
PVOID *SectionObject,
UINT64 DesiredAccess,
_OBJECT_ATTRIBUTES *ObjectAttributes,
_LARGE_INTEGER *InputMaximumSize,
UINT64 SectionPageProtection,
UINT64 AllocationAttributes,
PVOID FileHandle,
_FILE_OBJECT *FileObject){
unsigned int v8;
PVOID retaddr;
v8 = DesiredAccess;
VfCheckPageProtection((unsigned int)SectionPageProtection, retaddr);
return((__int64(__fastcall *)(PVOID *, _QWORD, _OBJECT_ATTRIBUTES *, _LARGE_INTEGER *, _DWORD, _DWORD, PVOID, _FILE_OBJECT *))pXdvMmCreateSection)(
SectionObject,
v8,
ObjectAttributes,
InputMaximumSize,
SectionPageProtection,
AllocationAttributes,
FileHandle,
FileObject);
}Referenced by:
No references.