Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
WPARAM | size |
WPARAM | flags |
WPARAM | extra |
WPARAM | address |
Definition at line 924 of file windows_heap.h.
WPARAM _HeapBlockBasicInfo::address |
Definition at line 928 of file windows_heap.h.
Referenced by capstone.CsInsn::__repr__(), GetFirstHeapBlock(), and GetNextHeapBlock().
WPARAM _HeapBlockBasicInfo::extra |
Definition at line 927 of file windows_heap.h.
WPARAM _HeapBlockBasicInfo::flags |
Definition at line 926 of file windows_heap.h.
Referenced by cmd_descs_generate.Arg::__str__(), GetFirstHeapBlock(), and GetNextHeapBlock().
WPARAM _HeapBlockBasicInfo::size |
Definition at line 925 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), and GetNextHeapBlock().