RtlImageDirectoryEntryToData
NTSTATUS __stdcall RtlImageDirectoryEntryToData(PVOID Base, UINT8 MappedAsImage, UINT16 DirectoryEntry, UINT64 *Size){
NTSTATUS v4;
NTSTATUS v5;
void *RawDirectory[3];
RawDirectory[0] = 0i64;
v4 = RtlpImageDirectoryEntryToDataEx(Base, MappedAsImage, DirectoryEntry, Size, RawDirectory);
v5 = (NTSTATUS)RawDirectory[0];
if( v4 < 0 )
return 0;
return v5;
}Referenced by:
AslpFileQueryExportName
EtwpFindDebugId
KiIsPgiKernel
KsepPatchDriverImportsTable
LdrEnumResources
LdrImageDirectoryEntryToLoadConfig
LdrRelocateImageWithBias
LdrpAccessResourceData
LdrpAccessResourceDataNoMultipleLanguage
LdrpSearchResourceSection_U
MiApplyDynamicRelocations
MiApplyImportOptimizationToRuntimeDriver
MiBuildImportsForBootDrivers
MiCacheImageSymbols
MiCaptureRetpolineRelocationTables
MiDoesDriverProvideImportsForDriver
MiInitializeWowPeb
MiMarkKernelCfgAddressTakenImports
MiMarkKernelImageCfgBits
MiProcessKernelCfgImageLoadConfig
MiResolveImageImports
MiResolveImageReferences
MiSnapThunk
MiSnapUnresolvedImport
MiUpdateThunks
MmCreatePeb
MmReplaceImportEntry
NtSetSystemInformation
RtlCaptureImageExceptionValues
RtlCaptureRetpolineImportRvas
RtlFindExportedRoutineByName
RtlFindHotPatchInformation
RtlpCaptureRetpolineBinaryInfoForImage
RtlpGetRetpolineStubsFunctionTable
VfThunkApplyDriverAddedThunks
ViThunkApplyMandatoryThunksCurrentSession
ViThunkApplyThunksCurrentSession
ViThunkFindExportAddress
ViThunkSnapSharedExportByName
ViXdvDriverLoadImage