Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 217 Bytes

File metadata and controls

10 lines (8 loc) · 217 Bytes

simpleReadElf

Attempt simple version of Linux readelf command

For learning purposes to see how to parse elf files

Right now only trying to implement: readelf -h, readelf -l, readelf -S, readelf -s