/readelf.go

elf parser for learning golang

Primary LanguageGoMIT LicenseMIT

A lite version readelf written by golang

Usage: readelf [-hSlsdaIi] elfPath
  -h: ELF File Header
  -S: ELF Sections
  -l: ELF Programs
  -s: ELF Symbols
  -d: ELF DynamicSymbols
  -I: ELF ImportedLibraries
  -i: ELF ImportedSymbols
  -a: All above