Bitdefender Hypervisor Memory Introspection
_SLACK_SPACE Struct Reference

Data Fields

LIST_ENTRY Link
 List entry element. More...
 
QWORD ModuleBase
 The module base used for the allocation. More...
 
QWORD Gva
 The guest virtual address of the actual allocation. More...
 
union {
   struct {
      DWORD   Section
 The section index (zero based) inside the module. More...
 
      DWORD   SectionOffset
 The offset inside the section of the allocation. More...
 
      DWORD   SectionSize
 The size of the section. More...
 
      DWORD   AllocationOffset
 The allocation offset, within the last page of the section. More...
 
   }   Windows
 
}; 
 
DWORD AllocationSize
 The number of bytes allocated. More...
 

Detailed Description

One slack allocation.

Definition at line 33 of file slack.c.

Field Documentation

◆ @274

union { ... }

◆ AllocationOffset

DWORD _SLACK_SPACE::AllocationOffset

The allocation offset, within the last page of the section.

Definition at line 46 of file slack.c.

◆ AllocationSize

DWORD _SLACK_SPACE::AllocationSize

The number of bytes allocated.

Definition at line 50 of file slack.c.

Referenced by IntSlackAllocLinux(), and IntSlackAllocWindows().

◆ Gva

QWORD _SLACK_SPACE::Gva

The guest virtual address of the actual allocation.

Definition at line 37 of file slack.c.

Referenced by IntSlackAllocLinux(), and IntSlackAllocWindows().

◆ Link

LIST_ENTRY _SLACK_SPACE::Link

List entry element.

Definition at line 35 of file slack.c.

Referenced by IntSlackAllocLinux(), and IntSlackAllocWindows().

◆ ModuleBase

QWORD _SLACK_SPACE::ModuleBase

The module base used for the allocation.

Definition at line 36 of file slack.c.

Referenced by IntSlackAllocLinux(), and IntSlackAllocWindows().

◆ Section

DWORD _SLACK_SPACE::Section

The section index (zero based) inside the module.

Definition at line 43 of file slack.c.

◆ SectionOffset

DWORD _SLACK_SPACE::SectionOffset

The offset inside the section of the allocation.

Definition at line 44 of file slack.c.

◆ SectionSize

DWORD _SLACK_SPACE::SectionSize

The size of the section.

Definition at line 45 of file slack.c.

◆ Windows

struct { ... } _SLACK_SPACE::Windows

Referenced by IntSlackAllocWindows().


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