Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 266 Bytes

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