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
ainurdependency. - Minor changes.
ELFinfo 1.1.0
- Colors are disabled by default, but can be enabled with
-cor--color.NO_COLORis still respected. - The long (
-lor--long) output now uses the stringsBEandLEinstead ofBigEndianandLittleEndian. - The long output now also includes
static=trueorstatic=falsedepending on if the examined ELF file is statically or dynamically compiled (checks forPT_DYNAMICin the program headers).
ELFinfo 1.0.1
- Consistent naming (
ELFinfo). - Shorter output by default (use
-lor--longfor the longer version). - Better error message if given a directory instead of a file.
- Colored output (can be disabled with
-n). - Respect the
NO_COLORenvironment 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
--nocoloroption.
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