linuxias / elf-parser

This project is for parsing ELF. It is for studying for ELF analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This project is for parsing ELF. It is for studying for ELF analysis.

License:MIT License


Languages

Language:C 97.6%Language:CMake 2.4%