summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Don't printf a known NULL symname.Mark Wielaard2019-04-302-1/+5
* unstrip: Robustify gelf_getshdr and gelf_getsymshndx calls.Mark Wielaard2019-04-282-0/+10
* size: Robustify against gelf_getshdr returning NULL.Mark Wielaard2019-04-282-0/+13
* nm: Simplify naming of invalid sections, check shdr isn't NULL.Mark Wielaard2019-04-282-8/+11
* elfcmp: Handle bad sections without crashing.Mark Wielaard2019-04-282-3/+7
* libebl: Check ebl is not NULL in ebl_symbol_[binding|type]_name.Mark Wielaard2019-04-283-0/+9
* libdwfl: Make sure to left shift a unsigned 64bit value in expr_eval.Mark Wielaard2019-04-282-1/+6
* libdwfl: Don't call realloc with zero in cu.c addraranges.Mark Wielaard2019-04-282-2/+9
* libdw: Remove unused variable initialization in dwarf_siblingof.Mark Wielaard2019-04-282-1/+5
* libdw: Call check_constant_offset with direct pointers.Mark Wielaard2019-04-282-1/+6
* libdw: Reject DW_OP_implicit_value in CFI.Mark Wielaard2019-04-282-0/+7
* config: Add git tag --verify to upload-release.sh.Mark Wielaard2019-04-152-0/+5
* backends: riscv_cfi.c had a bad BACKEND define.Mark Wielaard2019-04-142-1/+5
* libelf: Sync elf.h from glibcMao Han2019-04-142-2/+98
* readelf: Print DW_AT_data_member_location as decimal offset, not hex number.Mark Wielaard2019-04-102-1/+6
* readelf: print_debug_macinfo_section, check cus[0] is not the sentinel.Mark Wielaard2019-03-292-3/+8
* libdwfl: Sanity check partial core file phdrs data read.Mark Wielaard2019-03-272-0/+11
* strip: Files with symbols referring to non-existing sections are illformedMark Wielaard2019-03-272-0/+5
* libelf: Use posix_memalign instead of aligned_alloc.Mark Wielaard2019-03-072-3/+22
* libasm: Check return value of gelf_update_ehdr in asm_end.Mark Wielaard2019-03-062-1/+9
* libelf: Fix possible resource leak in elf[32|64]_updatefile.Mark Wielaard2019-03-062-0/+6
* tests: Remove tgkill define from backtrace.cMark Wielaard2019-03-042-1/+4
* libelf: Remove unused __elf_xfctstof.Mark Wielaard2019-02-283-6/+5
* libelf: Remove unused internal __elf[32|64]_msize functions.Mark Wielaard2019-02-283-12/+7
* libelf: There is just one ELF version.Mark Wielaard2019-02-2817-176/+111
* libdwfl: Initialize notes early in intuit_kernel_bounds.Mark Wielaard2019-02-282-5/+8
* libelf: Handle zero size decompressed data.Mark Wielaard2019-02-192-13/+28
* s390: elflint should check if _GLOBAL_OFFSET_TABLE_ points to .got.elfutils-0.176Mark Wielaard2019-02-153-0/+44
* Prepare for 0.176Mark Wielaard2019-02-1412-691/+804
* libelf: Make sure ar_size is terminated when reading ar long names.Mark Wielaard2019-02-142-4/+23