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

#include <dmp_specs.h>

Public Attributes

dmp_list_entry64 InLoadOrderLinks
 
ut64 __Undefined1
 
ut64 __Undefined2
 
ut64 __Undefined3
 
ut64 NonPagedDebugInfo
 
ut64 DllBase
 
ut64 EntryPoint
 
ut32 SizeOfImage
 
dmp_unicode_string64 FullDllName
 
dmp_unicode_string64 BaseDllName
 
ut32 Flags
 
ut16 LoadCount
 
ut16 __Undefined5
 
ut64 __Undefined6
 
ut32 CheckSum
 
ut32 __padding1
 
ut32 TimeDateStamp
 
ut32 __padding2
 

Detailed Description

Definition at line 259 of file dmp_specs.h.

Member Data Documentation

◆ __padding1

ut32 dmp_kldr_data_table_entry64::__padding1

Definition at line 275 of file dmp_specs.h.

◆ __padding2

ut32 dmp_kldr_data_table_entry64::__padding2

Definition at line 277 of file dmp_specs.h.

◆ __Undefined1

ut64 dmp_kldr_data_table_entry64::__Undefined1

Definition at line 261 of file dmp_specs.h.

◆ __Undefined2

ut64 dmp_kldr_data_table_entry64::__Undefined2

Definition at line 262 of file dmp_specs.h.

◆ __Undefined3

ut64 dmp_kldr_data_table_entry64::__Undefined3

Definition at line 263 of file dmp_specs.h.

◆ __Undefined5

ut16 dmp_kldr_data_table_entry64::__Undefined5

Definition at line 272 of file dmp_specs.h.

◆ __Undefined6

ut64 dmp_kldr_data_table_entry64::__Undefined6

Definition at line 273 of file dmp_specs.h.

◆ BaseDllName

dmp_unicode_string64 dmp_kldr_data_table_entry64::BaseDllName

Definition at line 269 of file dmp_specs.h.

◆ CheckSum

ut32 dmp_kldr_data_table_entry64::CheckSum

Definition at line 274 of file dmp_specs.h.

◆ DllBase

ut64 dmp_kldr_data_table_entry64::DllBase

Definition at line 265 of file dmp_specs.h.

◆ EntryPoint

ut64 dmp_kldr_data_table_entry64::EntryPoint

Definition at line 266 of file dmp_specs.h.

◆ Flags

ut32 dmp_kldr_data_table_entry64::Flags

Definition at line 270 of file dmp_specs.h.

◆ FullDllName

dmp_unicode_string64 dmp_kldr_data_table_entry64::FullDllName

Definition at line 268 of file dmp_specs.h.

◆ InLoadOrderLinks

dmp_list_entry64 dmp_kldr_data_table_entry64::InLoadOrderLinks

Definition at line 260 of file dmp_specs.h.

◆ LoadCount

ut16 dmp_kldr_data_table_entry64::LoadCount

Definition at line 271 of file dmp_specs.h.

◆ NonPagedDebugInfo

ut64 dmp_kldr_data_table_entry64::NonPagedDebugInfo

Definition at line 264 of file dmp_specs.h.

◆ SizeOfImage

ut32 dmp_kldr_data_table_entry64::SizeOfImage

Definition at line 267 of file dmp_specs.h.

◆ TimeDateStamp

ut32 dmp_kldr_data_table_entry64::TimeDateStamp

Definition at line 276 of file dmp_specs.h.


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