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

#include <pe.h>

Public Attributes

ut8 name [PE_IMAGE_SIZEOF_SHORT_NAME *3]
 
ut64 size
 
ut64 vsize
 
ut64 vaddr
 
ut64 paddr
 
ut64 flags
 
ut64 perm
 
int last
 

Detailed Description

Definition at line 63 of file pe.h.

Member Data Documentation

◆ flags

ut64 rz_bin_pe_section_t::flags

Definition at line 69 of file pe.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ last

int rz_bin_pe_section_t::last

Definition at line 71 of file pe.h.

Referenced by bin_pe_get_overlay().

◆ name

◆ paddr

ut64 rz_bin_pe_section_t::paddr

Definition at line 68 of file pe.h.

Referenced by bin_pe_get_overlay(), bin_pe_init_sections(), rz_bin_pe_get_entrypoint(), and trycatch().

◆ perm

ut64 rz_bin_pe_section_t::perm

Definition at line 70 of file pe.h.

Referenced by rz_bin_mdmp_pe_get_sections(), and rz_bin_pe_get_entrypoint().

◆ size

ut64 rz_bin_pe_section_t::size

Definition at line 65 of file pe.h.

Referenced by trycatch().

◆ vaddr

ut64 rz_bin_pe_section_t::vaddr

Definition at line 67 of file pe.h.

Referenced by get_section(), and rz_bin_pe_get_sections().

◆ vsize

ut64 rz_bin_pe_section_t::vsize

Definition at line 66 of file pe.h.

Referenced by get_section().


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