Rizin
unix-like reverse engineering framework and cli tools
_RTL_PROCESS_MODULE_INFORMATION Struct Reference

#include <io_rzk_windows.h>

Public Attributes

HANDLE Section
 
PVOID MappedBase
 
PVOID ImageBase
 
ULONG ImageSize
 
ULONG Flags
 
USHORT LoadOrderIndex
 
USHORT InitOrderIndex
 
USHORT LoadCount
 
USHORT OffsetToFileName
 
UCHAR FullPathName [256]
 

Detailed Description

Definition at line 25 of file io_rzk_windows.h.

Member Data Documentation

◆ Flags

ULONG _RTL_PROCESS_MODULE_INFORMATION::Flags

Definition at line 30 of file io_rzk_windows.h.

◆ FullPathName

UCHAR _RTL_PROCESS_MODULE_INFORMATION::FullPathName[256]

Definition at line 35 of file io_rzk_windows.h.

◆ ImageBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::ImageBase

Definition at line 28 of file io_rzk_windows.h.

◆ ImageSize

ULONG _RTL_PROCESS_MODULE_INFORMATION::ImageSize

Definition at line 29 of file io_rzk_windows.h.

◆ InitOrderIndex

USHORT _RTL_PROCESS_MODULE_INFORMATION::InitOrderIndex

Definition at line 32 of file io_rzk_windows.h.

◆ LoadCount

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadCount

Definition at line 33 of file io_rzk_windows.h.

◆ LoadOrderIndex

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadOrderIndex

Definition at line 31 of file io_rzk_windows.h.

◆ MappedBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::MappedBase

Definition at line 27 of file io_rzk_windows.h.

◆ OffsetToFileName

USHORT _RTL_PROCESS_MODULE_INFORMATION::OffsetToFileName

Definition at line 34 of file io_rzk_windows.h.

◆ Section

HANDLE _RTL_PROCESS_MODULE_INFORMATION::Section

Definition at line 26 of file io_rzk_windows.h.


The documentation for this struct was generated from the following file: