Releases: xyproto/elfinfo
Releases · xyproto/elfinfo
ELFinfo 1.2.2
ELFinfo 1.2.1
- Switch from the MIT to the BSD-3 license.
- Update the
ainur
dependency. - Minor changes.
ELFinfo 1.1.0
- 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 stringsBE
andLE
instead ofBigEndian
andLittleEndian
. - The long output now also includes
static=true
orstatic=false
depending on if the examined ELF file is statically or dynamically compiled (checks forPT_DYNAMIC
in the program headers).
ELFinfo 1.0.1
- 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
- Add support for 32-bit PowerPC ELF files compiled with GCC 8.
ELFInfo 0.7.5
Now with support for detecting executables built with ghc
(Haskell).
Minor release
- Some refactoring.
- Better handling of flags and arguments.
- A
--nocolor
option.
Minor release
Better version detection of GCC for 32-bit Power PC
ELFInfo 0.7.2
Minor release
ELFInfo 0.7
Add built-in "which" function