This is your work, valued
libdwarf-code. Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
256readelfobj-code. This provides programs that read and print basic object information on three different object formats. Elf,MachO, and PE. They work regardless of endian differences. No object-format specific libraries are used, only the standard C library is required.
10tsearch-code. C tsearch implementations. Five versions of tree-searching in-memory trees and test code which shows the performance differences. A more complete set of the Unix/Linux historical interfaces than one usually finds.
7libdwarf-binary-samples. Binary samples for fuzzing tests.
4libdwarf-dicheck. A pair of small tools to check that source matches intent of the libdwarf codingstyle.
1libdwarf-regressiontests. These tests of libdwarf/dwarfdump include old object files, new ones, and many fuzzed object files. These are the definitive tests that things work.. Most people have no reason to run these tests.
1