#include "ntrtlp.h"
Go to the source code of this file.
Functions | |
PIMAGE_NT_HEADERS | RtlImageNtHeader (IN PVOID Base) |
PIMAGE_SECTION_HEADER | RtlSectionTableFromVirtualAddress (IN PIMAGE_NT_HEADERS NtHeaders, IN PVOID Base, IN ULONG Address) |
PVOID | RtlAddressInSectionTable (IN PIMAGE_NT_HEADERS NtHeaders, IN PVOID Base, IN ULONG Address) |
PVOID | RtlpImageDirectoryEntryToData32 (IN PVOID Base, IN BOOLEAN MappedAsImage, IN USHORT DirectoryEntry, OUT PULONG Size, PIMAGE_NT_HEADERS32 NtHeaders) |
PVOID | RtlpImageDirectoryEntryToData64 (IN PVOID Base, IN BOOLEAN MappedAsImage, IN USHORT DirectoryEntry, OUT PULONG Size, PIMAGE_NT_HEADERS64 NtHeaders) |
PVOID | RtlImageDirectoryEntryToData (IN PVOID Base, IN BOOLEAN MappedAsImage, IN USHORT DirectoryEntry, OUT PULONG Size) |
PIMAGE_SECTION_HEADER | RtlImageRvaToSection (IN PIMAGE_NT_HEADERS NtHeaders, IN PVOID Base, IN ULONG Rva) |
PVOID | RtlImageRvaToVa (IN PIMAGE_NT_HEADERS NtHeaders, IN PVOID Base, IN ULONG Rva, IN OUT PIMAGE_SECTION_HEADER *LastRvaSection OPTIONAL) |
|
Definition at line 131 of file imagedir.c. References NULL, and RtlSectionTableFromVirtualAddress(). Referenced by LdrpAccessResourceData(), RtlpImageDirectoryEntryToData32(), and RtlpImageDirectoryEntryToData64().
|
|
Definition at line 250 of file imagedir.c. References FALSE, NULL, RtlImageNtHeader(), RtlpImageDirectoryEntryToData32(), RtlpImageDirectoryEntryToData64(), and Size. Referenced by CacheImageSymbols(), KiInitializeKernel(), KiLookupFunctionEntry(), LdrEnumResources(), LdrpAccessResourceData(), LdrpCallTlsInitializers(), LdrpDphDetectSnapRoutines(), LdrpDphSnapImports(), LdrpGetProcedureAddress(), LdrpInitialize(), LdrpInitializeProcess(), LdrpInitializeTls(), LdrpMapDll(), LdrpSearchResourceSection_U(), LdrpSnapIAT(), LdrpUpdateLoadCount(), LdrpWalkImportDescriptor(), LdrRelocateImage(), LdrVerifyImageMatchesChecksum(), MiBuildImportsForBootDrivers(), MiEnableVerifier(), MiFindExportedRoutineByName(), MiLocateExportName(), MiResolveImageReferences(), MiSnapThunk(), MiUpdateThunks(), MmCreatePeb(), NtSetSystemInformation(), RtlDispatchException(), RtlLookupFunctionEntry(), RtlLookupStaticFunctionEntry(), and RtlUnwind2().
|
|
|
Definition at line 318 of file imagedir.c. References NULL. Referenced by RtlImageRvaToVa().
|
|
Definition at line 370 of file imagedir.c. References NULL, and RtlImageRvaToSection(). Referenced by LdrVerifyImageMatchesChecksum().
|
|
Definition at line 178 of file imagedir.c. References NULL, RtlAddressInSectionTable(), and Size. Referenced by RtlImageDirectoryEntryToData().
|
|
Definition at line 214 of file imagedir.c. References NULL, RtlAddressInSectionTable(), and Size. Referenced by RtlImageDirectoryEntryToData().
|
|
Definition at line 82 of file imagedir.c. References NULL. Referenced by LdrpAccessResourceData(), and RtlAddressInSectionTable().
|