elf-parser This project was conducted for learning to understand ELF structure. It is a simple tool to print the data of header that constitutes ELF. Prerequirement ncurses library $sudo apt install libncurses5 libncurses5-dev