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