# elfsections ```text usage: elfsections [-h] [-R] ``` Prints the section mappings contained in the ELF header. If binary not start or use --no-rebase, the section permission based on section flags. Examples: elfsections elfsections --no-rebase ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-R|--no-rebase|Print the non-rebased section address. |