A simple ELF format inspect tool without any dependencies.
- ELF file header (with
-h
or-a
options) - ELF sections' header (with
-S
option)
- Clone this repo to local.
git clone https://github.com/ghosind/readelf
- Run
make
to compile program.
make
- Run
bin/readelf
to inspect some elf-format files.
bin/readelf -a <path_of_elf_format_file>