Skip to content

Releases: davea42/readelfobj-code

First stable release

05 Aug 21:56
Compare
Choose a tag to compare

Fixed mistakes on the ordering of calloc() arguments.

Fixed potential memory or file descriptor leaks when dealing with corrupt object files.

Fixed omissions of test data, so the available tests all run and work.

Improved checking and reporting of PE objects.

11 May 21:13
Compare
Choose a tag to compare

Fixed readobpe so it reports 64bit? correctly.
Added extra PE warnings so it has all the checks libdwarf does.

Minor corrections and improved reporting in the elf reader

17 Jul 17:40
Compare
Choose a tag to compare

Now the --version reported is that of the version... 0.1.1.
Added --print-sec-extra option to readelfobj so the section address
and the offset of the section header (Shdr) in the object file is printed.
Minor correction to rounding calculations and checks for wasted
object space (for the Elf reader).

readelfobj version 0.1.0, corrected commit

03 Dec 18:22
Compare
Choose a tag to compare

With better checking for corrupt objects, whether Elf, MachO, or PE. Now with all the files needed for rebuilding and making a new distribution.