zavch / readelf.go

elf parser for learning golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

elf parser for learning golang

License:MIT License


Languages

Language:Go 100.0%