Rizin
unix-like reverse engineering framework and cli tools
mz_specs.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2015 nodepad <nod3pad@gmail.com>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 typedef struct {
5  ut16 signature; /* == 'MZ' or 'ZM' */
20 
21 typedef struct {
uint16_t ut16
ut16 min_extra_paragraphs
Definition: mz_specs.h:10
ut16 bytes_in_last_block
Definition: mz_specs.h:6
ut16 reloc_table_offset
Definition: mz_specs.h:17
ut16 max_extra_paragraphs
Definition: mz_specs.h:11
ut16 header_paragraphs
Definition: mz_specs.h:9
Definition: mz_specs.h:21
ut16 segment
Definition: mz_specs.h:23
ut16 offset
Definition: mz_specs.h:22