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

#include <windows_heap.h>

Public Attributes

union {
   struct {
      UINT16   Size
 
      UINT8   Flags
 
      UINT8   SmallTagIndex
 
   } 
 
   ULONG32   SubSegmentCode
 
}; 
 
UINT16 PreviousSize
 
union {
   UINT8   SegmentOffset
 
   UINT8   LFHFlags
 
}; 
 
UINT8 UnusedBytes
 

Detailed Description

Definition at line 117 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ Flags

UINT8 _HEAP_UNPACKED_ENTRY::Flags

Definition at line 124 of file windows_heap.h.

◆ LFHFlags

UINT8 _HEAP_UNPACKED_ENTRY::LFHFlags

Definition at line 146 of file windows_heap.h.

◆ PreviousSize

UINT16 _HEAP_UNPACKED_ENTRY::PreviousSize

Definition at line 143 of file windows_heap.h.

◆ SegmentOffset

UINT8 _HEAP_UNPACKED_ENTRY::SegmentOffset

Definition at line 145 of file windows_heap.h.

◆ Size

UINT16 _HEAP_UNPACKED_ENTRY::Size

Definition at line 123 of file windows_heap.h.

◆ SmallTagIndex

UINT8 _HEAP_UNPACKED_ENTRY::SmallTagIndex

Definition at line 125 of file windows_heap.h.

◆ SubSegmentCode

ULONG32 _HEAP_UNPACKED_ENTRY::SubSegmentCode

Definition at line 139 of file windows_heap.h.

◆ UnusedBytes

UINT8 _HEAP_UNPACKED_ENTRY::UnusedBytes

Definition at line 148 of file windows_heap.h.


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