Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
UINT32 EncodedData | |
struct { | |
UINT16 BlockSize | |
UINT16 FirstBlockOffset | |
} | |
}; | |
Definition at line 507 of file windows_heap.h.
union { ... } |
UINT16 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::BlockSize |
Definition at line 511 of file windows_heap.h.
Referenced by __lfh_segment_loop(), and GetSingleSegmentBlock().
UINT32 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::EncodedData |
Definition at line 509 of file windows_heap.h.
Referenced by __lfh_segment_loop(), and GetSingleSegmentBlock().
UINT16 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::FirstBlockOffset |
Definition at line 512 of file windows_heap.h.
Referenced by __lfh_segment_loop().