Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 251 Bytes

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