|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| union { | |
| struct { | |
| UINT16 FunctionIndex | |
| UINT16 ContextValue | |
| } | |
| ULONG32 InterceptorValue | |
| }; | |
| UINT16 | UnusedBytesLength |
| UINT8 | EntryOffset |
| UINT8 | ExtendedBlockSignature |
Definition at line 152 of file windows_heap.h.
| union { ... } |
| UINT16 _HEAP_EXTENDED_ENTRY::ContextValue |
Definition at line 159 of file windows_heap.h.
| UINT8 _HEAP_EXTENDED_ENTRY::EntryOffset |
Definition at line 164 of file windows_heap.h.
| UINT8 _HEAP_EXTENDED_ENTRY::ExtendedBlockSignature |
Definition at line 165 of file windows_heap.h.
| UINT16 _HEAP_EXTENDED_ENTRY::FunctionIndex |
Definition at line 158 of file windows_heap.h.
| ULONG32 _HEAP_EXTENDED_ENTRY::InterceptorValue |
Definition at line 161 of file windows_heap.h.
| UINT16 _HEAP_EXTENDED_ENTRY::UnusedBytesLength |
Definition at line 163 of file windows_heap.h.