Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Public Attributes | List of all members
_IMAGE_EXPORT_DIRECTORY Struct Reference

#include <inject.h>

Public Attributes

ULONG Characteristics
 
ULONG TimeDateStamp
 
USHORT MajorVersion
 
USHORT MinorVersion
 
ULONG Name
 
ULONG Base
 
ULONG NumberOfFunctions
 
ULONG NumberOfNames
 
ULONG AddressOfFunctions
 
ULONG AddressOfNames
 
ULONG AddressOfNameOrdinals
 

Detailed Description

Definition at line 185 of file inject.h.

Member Data Documentation

◆ AddressOfFunctions

ULONG _IMAGE_EXPORT_DIRECTORY::AddressOfFunctions

Definition at line 194 of file inject.h.

Referenced by RtlxFindExportedRoutineByName().

◆ AddressOfNameOrdinals

ULONG _IMAGE_EXPORT_DIRECTORY::AddressOfNameOrdinals

Definition at line 196 of file inject.h.

Referenced by RtlxFindExportedRoutineByName().

◆ AddressOfNames

ULONG _IMAGE_EXPORT_DIRECTORY::AddressOfNames

Definition at line 195 of file inject.h.

Referenced by RtlxFindExportedRoutineByName().

◆ Base

ULONG _IMAGE_EXPORT_DIRECTORY::Base

Definition at line 191 of file inject.h.

◆ Characteristics

ULONG _IMAGE_EXPORT_DIRECTORY::Characteristics

Definition at line 186 of file inject.h.

◆ MajorVersion

USHORT _IMAGE_EXPORT_DIRECTORY::MajorVersion

Definition at line 188 of file inject.h.

◆ MinorVersion

USHORT _IMAGE_EXPORT_DIRECTORY::MinorVersion

Definition at line 189 of file inject.h.

◆ Name

ULONG _IMAGE_EXPORT_DIRECTORY::Name

Definition at line 190 of file inject.h.

◆ NumberOfFunctions

ULONG _IMAGE_EXPORT_DIRECTORY::NumberOfFunctions

Definition at line 192 of file inject.h.

Referenced by RtlxFindExportedRoutineByName().

◆ NumberOfNames

ULONG _IMAGE_EXPORT_DIRECTORY::NumberOfNames

Definition at line 193 of file inject.h.

Referenced by RtlxFindExportedRoutineByName().

◆ TimeDateStamp

ULONG _IMAGE_EXPORT_DIRECTORY::TimeDateStamp

Definition at line 187 of file inject.h.


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