Skip to content

Files

Latest commit

 

History

History
29 lines (22 loc) · 793 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 793 Bytes

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