Rizin
unix-like reverse engineering framework and cli tools
dmp_bmp_header Struct Reference

#include <dmp_specs.h>

Public Attributes

ut8 Signature [4]
 
ut8 ValidDump [4]
 
ut8 _padding1 [0x18]
 
ut64 FirstPage
 
ut64 TotalPresentPages
 
ut64 Pages
 
ut8 Bitmap [1]
 

Detailed Description

Definition at line 131 of file dmp_specs.h.

Member Data Documentation

◆ _padding1

ut8 dmp_bmp_header::_padding1[0x18]

Definition at line 134 of file dmp_specs.h.

◆ Bitmap

ut8 dmp_bmp_header::Bitmap[1]

Definition at line 138 of file dmp_specs.h.

◆ FirstPage

ut64 dmp_bmp_header::FirstPage

Definition at line 135 of file dmp_specs.h.

Referenced by header(), and rz_bin_dmp64_init_bmp_pages().

◆ 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().

◆ Signature

ut8 dmp_bmp_header::Signature[4]

Definition at line 132 of file dmp_specs.h.

◆ TotalPresentPages

ut64 dmp_bmp_header::TotalPresentPages

Definition at line 136 of file dmp_specs.h.

Referenced by header(), and rz_bin_dmp64_init_bmp_pages().

◆ ValidDump

ut8 dmp_bmp_header::ValidDump[4]

Definition at line 133 of file dmp_specs.h.


The documentation for this struct was generated from the following file: