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

#include <mz_specs.h>

Public Attributes

ut16 signature
 
ut16 bytes_in_last_block
 
ut16 blocks_in_file
 
ut16 num_relocs
 
ut16 header_paragraphs
 
ut16 min_extra_paragraphs
 
ut16 max_extra_paragraphs
 
ut16 ss
 
ut16 sp
 
ut16 checksum
 
ut16 ip
 
ut16 cs
 
ut16 reloc_table_offset
 
ut16 overlay_number
 

Detailed Description

Definition at line 4 of file mz_specs.h.

Member Data Documentation

◆ blocks_in_file

ut16 MZ_image_dos_header::blocks_in_file

Definition at line 7 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ bytes_in_last_block

ut16 MZ_image_dos_header::bytes_in_last_block

Definition at line 6 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ checksum

ut16 MZ_image_dos_header::checksum

Definition at line 14 of file mz_specs.h.

Referenced by header().

◆ cs

ut16 MZ_image_dos_header::cs

Definition at line 16 of file mz_specs.h.

Referenced by header(), rz_bin_mz_get_entrypoint(), and rz_bin_mz_init_hdr().

◆ header_paragraphs

ut16 MZ_image_dos_header::header_paragraphs

Definition at line 9 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ ip

ut16 MZ_image_dos_header::ip

Definition at line 15 of file mz_specs.h.

Referenced by header(), rz_bin_mz_get_entrypoint(), and rz_bin_mz_init_hdr().

◆ max_extra_paragraphs

ut16 MZ_image_dos_header::max_extra_paragraphs

Definition at line 11 of file mz_specs.h.

Referenced by header().

◆ min_extra_paragraphs

ut16 MZ_image_dos_header::min_extra_paragraphs

Definition at line 10 of file mz_specs.h.

Referenced by header().

◆ num_relocs

ut16 MZ_image_dos_header::num_relocs

Definition at line 8 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ overlay_number

ut16 MZ_image_dos_header::overlay_number

Definition at line 18 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ reloc_table_offset

ut16 MZ_image_dos_header::reloc_table_offset

Definition at line 17 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ signature

ut16 MZ_image_dos_header::signature

Definition at line 5 of file mz_specs.h.

Referenced by header().

◆ sp

ut16 MZ_image_dos_header::sp

Definition at line 13 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().

◆ ss

ut16 MZ_image_dos_header::ss

Definition at line 12 of file mz_specs.h.

Referenced by header(), and rz_bin_mz_init_hdr().


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