# 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. ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-R|--no-rebase|Print the non-rebased section address. | ### Examples ```text elfsections elfsections --no-rebase ```