elfinspect

ELF and DWARF Binary Inspector
git clone anongit@rnpnr.xyz:elfinspect.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2025-05-19 22:18print program sections in a nice table formatRandy Palamar2+310-96
2025-05-19 16:19cleanup unaligned readsRandy Palamar1+74-66
2025-05-19 15:52pass file name in on command lineRandy Palamar2+49-5
2025-05-19 15:28properly read section headersRandy Palamar1+85-39
2025-05-19 15:01add reader functions for big endian hostRandy Palamar1+69-1
2025-04-28 03:58don't depend on ELFEndianKind for str8_read_u* functionsRandy Palamar1+27-26
2025-04-28 02:28add README and LICENSERandy Palamar4+31-0
2025-04-28 02:18properly parse elf header regardless of endianess or elf formatRandy Palamar1+294-77
2025-04-27 20:59dwarf section lookup and initial die printingRandy Palamar1+523-28
2025-04-27 17:12section header parsingRandy Palamar2+151-19
2025-04-27 15:43elf header dumpingRandy Palamar3+183-0
2025-04-27 15:42initRandy Palamar1+1-0