Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_windows_heap.h>
Public Attributes | |
ut64 | userAddress |
ut64 | headerAddress |
ut64 | granularity |
ut64 | unusedBytes |
char | type [100] |
ut64 | size |
Definition at line 10 of file rz_windows_heap.h.
ut64 rz_heap_block::granularity |
Definition at line 13 of file rz_windows_heap.h.
ut64 rz_heap_block::headerAddress |
Definition at line 12 of file rz_windows_heap.h.
ut64 rz_heap_block::size |
Definition at line 16 of file rz_windows_heap.h.
char rz_heap_block::type[100] |
Definition at line 15 of file rz_windows_heap.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), and cmd_descs_generate.CmdDesc::get_handler_cname().
ut64 rz_heap_block::unusedBytes |
Definition at line 14 of file rz_windows_heap.h.
ut64 rz_heap_block::userAddress |
Definition at line 11 of file rz_windows_heap.h.