KnightChaser / simple-elf-parser

A simple Linux ELF(Executable & Linkable Format) parser implemented in C language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-elf-parser

Linux C

A simple Linux ELF(Executable & Linkable Format) parser implemented in C language, with using standard Linux APIs.

screenshot

Build

It's so simple, even making Makefile seems unnecessary. Run run.sh to compile and test the program with an argument as the compiled program itself

About

A simple Linux ELF(Executable & Linkable Format) parser implemented in C language.


Languages

Language:C 99.3%Language:Shell 0.7%