aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/readelf.c
AgeCommit message (Expand)Author
2021-05-15Promote readelf to other.Rob Landley
2021-05-15Cleanup readelf.Rob Landley
2021-04-12readelf: Display properly in 80 columns, don't reject .bss off end of file.Rob Landley
2020-11-12readelf: harden against invalid input.Elliott Hughes
2020-03-13readelf: fix interpreter name length check.Elliott Hughes
2020-03-01readelf: various fixes.Elliott Hughes
2020-02-03readelf: support large ELF64 files on LP32 systems.Elliott Hughes
2020-01-10readelf.c: fix 32-bit.Elliott Hughes
2020-01-09readelf: RELR (both new and historical).Elliott Hughes
2020-01-08Implement readelf(1).Elliott Hughes