All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups
cli_exe_info Struct Reference

Data Fields

struct cli_exe_sectionsection
 
uint32_t offset
 
uint32_t ep
 
uint16_t nsections
 
uint32_t res_addr
 
uint32_t hdr_size
 

Detailed Description

Executable file information

Field Documentation

uint32_t ep

Entrypoint of executable

uint32_t hdr_size

Address size - PE ONLY

uint16_t nsections

Number of sections

uint32_t offset

Offset where this executable start in file (nonzero if embedded)

uint32_t res_addr

Resrources RVA - PE ONLY

struct cli_exe_section* section

Information about all the sections of this file. This array has nsection elements