AUX_MODULE_BASIC_INFO structure

Contains basic module information.

Syntax

typedef struct _AUX_MODULE_BASIC_INFO {
  PVOID ImageBase;
} AUX_MODULE_BASIC_INFO, *PAUX_MODULE_BASIC_INFO;

Members

ImageBase

The base address of the module within the kernel's address space.

Remarks

The object library that implements this API can be downloaded from here.

Requirements

Requirement Value
Redistributable
Windows Auxiliary API library version 1.0 or later
Header
Aux_klib.h

See also

AuxKlibQueryModuleInformation