Data Fields | |
struct cli_exe_section * | section |
uint32_t | offset |
uint32_t | ep |
uint16_t | nsections |
uint32_t | res_addr |
uint32_t | hdr_size |
Executable file information
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