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

PE:

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

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

 All Data Structures Files Functions Variables Enumerations Enumerator Defines