Auto-Generated Documentation
This set of documentation is automatically generated from source, and will help ensure any change to functionality will always be documented and available on release.
Section¶
Definition of an ELF file section.
Field | Type | Description | Required | Default |
---|---|---|---|---|
chi2 | Integer | Chi-square probability distribution of the section. | Optional | None |
entropy | Integer | Shannon entropy calculation from the section. | Optional | None |
flags | Keyword | ELF Section List flags. | Optional | None |
name | Keyword | ELF Section List name. | Optional | None |
physical_offset | Keyword | ELF Section List offset. | Optional | None |
physical_size | Integer | ELF Section List physical size. | Optional | None |
type | Keyword | ELF Section List type. | Optional | None |
virtual_address | Integer | ELF Section List virtual address. | Optional | None |
virtual_size | Integer | ELF Section List virtual size. | Optional | None |