|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| HEAP_ENTRY | Entry |
| ULONG32 | SegmentSignature |
| ULONG32 | SegmentFlags |
| LIST_ENTRY | SegmentListEntry |
| PHEAP | Heap |
| PVOID | BaseAddress |
| ULONG32 | NumberOfPages |
| PHEAP_ENTRY | FirstEntry |
| PHEAP_ENTRY | LastValidEntry |
| ULONG32 | NumberOfUnCommittedPages |
| ULONG32 | NumberOfUnCommittedRanges |
| UINT16 | SegmentAllocatorBackTraceIndex |
| UINT16 | Reserved |
| LIST_ENTRY | UCRSegmentList |
Definition at line 634 of file windows_heap.h.
| PVOID _HEAP_SEGMENT::BaseAddress |
Definition at line 640 of file windows_heap.h.
Referenced by GetHeapBlocks().
| HEAP_ENTRY _HEAP_SEGMENT::Entry |
Definition at line 635 of file windows_heap.h.
| PHEAP_ENTRY _HEAP_SEGMENT::FirstEntry |
Definition at line 645 of file windows_heap.h.
Referenced by GetHeapBlocks().
| PHEAP _HEAP_SEGMENT::Heap |
Definition at line 639 of file windows_heap.h.
| PHEAP_ENTRY _HEAP_SEGMENT::LastValidEntry |
Definition at line 646 of file windows_heap.h.
Referenced by GetHeapBlocks().
| ULONG32 _HEAP_SEGMENT::NumberOfPages |
Definition at line 641 of file windows_heap.h.
| ULONG32 _HEAP_SEGMENT::NumberOfUnCommittedPages |
Definition at line 647 of file windows_heap.h.
| ULONG32 _HEAP_SEGMENT::NumberOfUnCommittedRanges |
Definition at line 648 of file windows_heap.h.
| UINT16 _HEAP_SEGMENT::Reserved |
Definition at line 650 of file windows_heap.h.
| UINT16 _HEAP_SEGMENT::SegmentAllocatorBackTraceIndex |
Definition at line 649 of file windows_heap.h.
| ULONG32 _HEAP_SEGMENT::SegmentFlags |
Definition at line 637 of file windows_heap.h.
| LIST_ENTRY _HEAP_SEGMENT::SegmentListEntry |
Definition at line 638 of file windows_heap.h.
Referenced by GetHeapBlocks().
| ULONG32 _HEAP_SEGMENT::SegmentSignature |
Definition at line 636 of file windows_heap.h.
| LIST_ENTRY _HEAP_SEGMENT::UCRSegmentList |
Definition at line 654 of file windows_heap.h.