1

I started to explore and read about the ELF file in Linux and I don't understand how I can get more information about the headers of the file. Did someone has a code or something that can print what i need it will make this subject more clear!

3
  • 2
    Is readelf not good enough? Commented Jul 14, 2017 at 11:31
  • Hello John,we have exactly what you are looking for.... Commented Jul 14, 2017 at 11:33
  • 1
    Well, as this is one of the core tools for elf, I'd assume you'd find it when you're reading about ELF ;) Commented Jul 14, 2017 at 11:38

1 Answer 1

2

The tool for examining ELF files is readelf.

On Linux, eu-readelf (part of elfutils) often provides even better information.

Sign up to request clarification or add additional context in comments.

1 Comment

The elfutils source code is also easier to understand binutils with its BFD abstraction.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.