A simple ELF format inspect tool without any dependencies.
- ELF file header (with
-hor-aoptions) - ELF sections' header (with
-Soption)
- Clone this repo to local.
# clone with https
git clone https://github.com/ghosind/readelf.git
# clone with ssh
git clone git@github.com:ghosind/readelf.git- Run
maketo compile program.
makeNOTE: You may need to install
automaketools before run this command.
- Run
bin/readelfto inspect some elf-format files.
./bin/readelf -a <path_of_elf_format_file>