Skip to content

Releases: xyproto/elfinfo

ELFinfo 1.2.2

20 Jan 12:11
Compare
Choose a tag to compare
  • Add a description to the help output
  • Compile with Go 1.19.5
  • Update documentation

ELFinfo 1.2.1

21 Jul 11:30
Compare
Choose a tag to compare
  • Switch from the MIT to the BSD-3 license.
  • Update the ainur dependency.
  • Minor changes.

ELFinfo 1.1.0

27 Jul 14:13
Compare
Choose a tag to compare
  • Colors are disabled by default, but can be enabled with -c or --color. NO_COLOR is still respected.
  • The long (-l or --long) output now uses the strings BE and LE instead of BigEndian and LittleEndian.
  • The long output now also includes static=true or static=false depending on if the examined ELF file is statically or dynamically compiled (checks for PT_DYNAMIC in the program headers).

ELFinfo 1.0.1

17 Jan 10:54
Compare
Choose a tag to compare
  • Consistent naming (ELFinfo).
  • Shorter output by default (use -l or --long for the longer version).
  • Better error message if given a directory instead of a file.
  • Colored output (can be disabled with -n).
  • Respect the NO_COLOR environment variable.

ELFInfo 0.7.6

16 Sep 10:14
Compare
Choose a tag to compare
  • Add support for 32-bit PowerPC ELF files compiled with GCC 8.

ELFInfo 0.7.5

06 Dec 09:21
Compare
Choose a tag to compare

Now with support for detecting executables built with ghc (Haskell).

Minor release

13 Nov 12:33
Compare
Choose a tag to compare
  • Some refactoring.
  • Better handling of flags and arguments.
  • A --nocolor option.

Minor release

13 Nov 09:52
Compare
Choose a tag to compare

Better version detection of GCC for 32-bit Power PC

ELFInfo 0.7.2

25 Oct 10:00
Compare
Choose a tag to compare
Minor release

ELFInfo 0.7

22 Oct 13:42
Compare
Choose a tag to compare

Add built-in "which" function