Question 8
Consider the partial help message from the readelf utility
Usage: readelf <option(s)> elf-file(s) Display information about the contents of ELF format files Options are: -h --file-header Display the ELF file header -l --program-headers Display the program headers -S --section-headers Display the sections' headerMatch the following.
a) Linker view 1) readelf -l
b) Executable view 2) readelf -h
c) ELF header 3) readelf -S
a - 1, b - 2, c - 3
a - 1, b - 3, c - 2
a - 3, b - 1, c - 2
a - 3, b - 2, c - 1