Data Fields
module_t Struct Reference

Data Fields

char * exec
 
uint64_t size
 
struct bfelf_file_t file
 

Detailed Description

Definition at line 53 of file common.h.

Field Documentation

◆ exec

module_t::exec

This structure defines the properties that make up a module. Specifically, a module is made up of the ELF file that stores all of the information assocaited with the module as well as the execution buffer and size where the module will be loaded to, and execute from.

the buffer that the module is executed from

Definition at line 55 of file common.h.

◆ size

module_t::size

the size of the execution buffer

Definition at line 56 of file common.h.

◆ file

module_t::file

the ELF file that has all of the information about the module

Definition at line 57 of file common.h.


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