Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 211 Bytes

File metadata and controls

17 lines (7 loc) · 211 Bytes

Question 87

What kind of headers are present in an ELF file?

Answer

  • File header (readelf -f)
  • Program headers (readelf -h)
  • Section headers (readelf -S)

prev +++ next