Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 117 of file windows_heap.h.
union { ... } |
union { ... } |
UINT8 _HEAP_UNPACKED_ENTRY::Flags |
Definition at line 124 of file windows_heap.h.
UINT8 _HEAP_UNPACKED_ENTRY::LFHFlags |
Definition at line 146 of file windows_heap.h.
UINT16 _HEAP_UNPACKED_ENTRY::PreviousSize |
Definition at line 143 of file windows_heap.h.
UINT8 _HEAP_UNPACKED_ENTRY::SegmentOffset |
Definition at line 145 of file windows_heap.h.
UINT16 _HEAP_UNPACKED_ENTRY::Size |
Definition at line 123 of file windows_heap.h.
UINT8 _HEAP_UNPACKED_ENTRY::SmallTagIndex |
Definition at line 125 of file windows_heap.h.
ULONG32 _HEAP_UNPACKED_ENTRY::SubSegmentCode |
Definition at line 139 of file windows_heap.h.
UINT8 _HEAP_UNPACKED_ENTRY::UnusedBytes |
Definition at line 148 of file windows_heap.h.