Skip to content

Latest commit

 

History

History
 
 

readelf

readelf

A simple ELF format inspect tool without any dependencies.

Implemented Features

  • ELF file header (with -h or -a options)
  • ELF sections' header (with -S option)

Getting Started

  1. Clone this repo to local.
git clone https://github.com/ghosind/readelf
  1. Run make to compile program.
make
  1. Run bin/readelf to inspect some elf-format files.
bin/readelf -a <path_of_elf_format_file>

Documentations and Resources