ELF Reader A simple tool written for educational purposes to read an ELF file, implemented in C. Build Instructions Clone the repository to your local machine and run make: git clone https://github.com/khobaib529/elf-reader.git cd elf-reader make