Rizin
unix-like reverse engineering framework and cli tools
|
#include <dmp_specs.h>
Public Attributes | |
ut8 | Signature [4] |
ut8 | ValidDump [4] |
ut8 | _padding1 [0x18] |
ut64 | FirstPage |
ut64 | TotalPresentPages |
ut64 | Pages |
ut8 | Bitmap [1] |
Definition at line 131 of file dmp_specs.h.
ut8 dmp_bmp_header::_padding1[0x18] |
Definition at line 134 of file dmp_specs.h.
ut8 dmp_bmp_header::Bitmap[1] |
Definition at line 138 of file dmp_specs.h.
ut64 dmp_bmp_header::FirstPage |
Definition at line 135 of file dmp_specs.h.
Referenced by header(), and rz_bin_dmp64_init_bmp_pages().
ut64 dmp_bmp_header::Pages |
Definition at line 137 of file dmp_specs.h.
Referenced by header(), rz_bin_dmp64_init_bmp_header(), and rz_bin_dmp64_init_bmp_pages().
ut8 dmp_bmp_header::Signature[4] |
Definition at line 132 of file dmp_specs.h.
ut64 dmp_bmp_header::TotalPresentPages |
Definition at line 136 of file dmp_specs.h.
Referenced by header(), and rz_bin_dmp64_init_bmp_pages().
ut8 dmp_bmp_header::ValidDump[4] |
Definition at line 133 of file dmp_specs.h.