Rizin
unix-like reverse engineering framework and cli tools
stream_pe.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021 Basstorm <basstorm@nyist.edu.cn>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef PDB_PE_H
5 #define PDB_PE_H
6 
7 #include <rz_util.h>
8 
9 typedef union {
12 } PeMisc;
13 
14 #define PDB_SIZEOF_SECTION_NAME 8
15 
16 typedef struct {
17  char name[8];
28 
29 #endif
uint16_t ut16
uint32_t ut32
ut16 number_of_line_numbers
Definition: stream_pe.h:25
ut32 pointer_to_relocations
Definition: stream_pe.h:22
ut16 number_of_relocations
Definition: stream_pe.h:24
ut32 pointer_to_line_numbers
Definition: stream_pe.h:23
Definition: z80asm.h:102
ut32 virtual_address
Definition: stream_pe.h:11
ut32 physical_address
Definition: stream_pe.h:10