Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 574 Bytes

ELFinfo

Tiny program for emitting only the most basic information about an ELF file.

Can detect the compiler used to compile even a stripped binary for Go, GCC and FPC.

Installation:

go get github.com/xyproto/elfinfo

Example usage:

$ elfinfo /usr/bin/ls
/usr/bin/ls: stripped=true, compiler=GCC 6.3.1, byteorder=LittleEndian, machine=Advanced Micro Devices x86-64
  • Version: 0.4