summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libdwfl: only use thread->unwound for initial frameOmar Sandoval2019-10-293-31/+25
* libdwfl: don't bother freeing frames outside of dwfl_thread_getframesOmar Sandoval2019-10-292-15/+9
* unstrip: Check symbol strings are terminated.Mark Wielaard2019-10-292-1/+8
* libcpu: Fix bounds checks and replace asserts with errors.Mark Wielaard2019-10-263-5/+17
* unstrip: Don't try to write extra bogus versym data.Mark Wielaard2019-10-262-1/+6
* unstrip: Add sanity check for bogus sh_offset of allocated sections.Mark Wielaard2019-10-262-0/+19
* unstrip: Add various checks for bad input data.Mark Wielaard2019-10-262-18/+62
* libdw: Rewrite the memory handler to be thread-safe.Jonathon Anderson2019-10-246-36/+68
* Add some supporting framework for C11-style atomics.Jonathon Anderson2019-10-225-1/+499
* elflint, readelf: enhance error diagnosticsDmitry V. Levin2019-10-043-4/+10
* readelf: Add --dyn-sym option.Mark Wielaard2019-09-106-3/+40
* libebl: Don't install libebl.a, libebl.h and remove backends from spec.Mark Wielaard2019-09-104-13/+16
* libcpu: Make sure left shifts are done in unsigned context.Mark Wielaard2019-09-072-1/+6
* tests: Add new riscv64 test files to EXTRA_DISTMark Wielaard2019-09-072-1/+8
* Fix whitespaces in RISC-V disasm codeUlrich Drepper2019-09-071-38/+38
* Implement RISC-V disassemblerUlrich Drepper2019-09-0617-1738/+3782
* config: Fix spec file, add manpages and new GFDL license.Mark Wielaard2019-08-295-6/+23
* readelf: Actually dump hex or strings when -p or -x get section number.Mark Wielaard2019-08-294-0/+17
* nm: Fix latent memory leak in show_symbols.Mark Wielaard2019-08-292-1/+7
* tests: Use smaller self test files.Mark Wielaard2019-08-292-4/+10
* Don't use dlopen() for libebl modulesOmar Sandoval2019-08-2918-308/+200
* libasm: Link against libebl_pic.a.Mark Wielaard2019-08-282-1/+5
* Add PIC and non-PIC variants of libcpu and libeblOmar Sandoval2019-08-288-9/+32
* libcpu: merge libcpu_{i386,x86_64,bpf} into one libraryOmar Sandoval2019-08-284-16/+16
* libebl: remove unnecessary variable in Makefile.amOmar Sandoval2019-08-282-20/+23
* Add elfclassify to .gitignoreOmar Sandoval2019-08-281-0/+1
* Begin adding some docs to elfutilsBen Woodard2019-08-2712-18/+1319
* libdw: fix latent bug in dwarf_getcfi.c not setting default_same_value.Jonathon Anderson2019-08-262-0/+5
* readelf: Add optional "SECTION" argument for --notes.Mark Wielaard2019-08-262-1/+19
* config/elfutils.spec.in: package eu-elfclassifyDmitry V. Levin2019-08-152-0/+5
* Prepare for 0.177elfutils-0.177Mark Wielaard2019-08-1312-2119/+2218
* elfclassify: New tool to analyze ELF objects.Florian Weimer2019-08-137-5/+1433
* libdwelf: Make dwelf_elf_begin return NULL only when there is an error.Mark Wielaard2019-08-138-13/+45
* libdwfl: Fix fd leak/closing wrong fd after dwfl_core_file_report()Omar Sandoval2019-08-092-0/+6
* Add backend support for C-SKYMao Han2019-07-1721-6/+692
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-1031-32/+576
* tests: Add 2GB to mem_needed running run-large-elf-file.sh with valgrindMark Wielaard2019-07-012-2/+13
* libelf: Fix some 32bit offset/size issues that break updating 4G+ files.Mark Wielaard2019-06-2815-52/+239
* stack: Fix error message when dwfl_core_file_attach fails.Mark Wielaard2019-06-252-1/+5
* strip don't mmap debug output file.Mark Wielaard2019-06-242-1/+6
* tests: elfcopy --reverse-offs should only swap sections next to each other.Mark Wielaard2019-06-032-0/+6
* libebl: Try harder to find backend library in bin and lib origin paths.Mark Wielaard2019-05-302-47/+78
* libelf: Mark shdr_flags dirty if offset or size changes during update.Mark Wielaard2019-05-168-10/+332
* libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.Mark Wielaard2019-05-162-0/+11
* readelf: Decode DW_AT_discr_list block attributes.Mark Wielaard2019-05-147-10/+453
* readelf: Clean up section lists after usage.Mark Wielaard2019-05-142-0/+19
* lib/color: Fix compilation with uClibcRosen Penev2019-05-052-1/+5
* libelf: Add n_namesz offset overflow check to gelf_get_note.Mark Wielaard2019-05-042-2/+8
* libelf: If xlate can only convert the ELF note header, just do that.Mark Wielaard2019-05-046-5/+283
* tests: Don't printf a known NULL symname in backtrace-dwarf.c.Mark Wielaard2019-04-302-1/+6