summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unstrip: Check symbol strings are terminated.Mark Wielaard2019-10-292-1/+8
* 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
* elflint, readelf: enhance error diagnosticsDmitry V. Levin2019-10-043-4/+10
* readelf: Add --dyn-sym option.Mark Wielaard2019-09-102-1/+21
* Implement RISC-V disassemblerUlrich Drepper2019-09-061-2/+4
* readelf: Actually dump hex or strings when -p or -x get section number.Mark Wielaard2019-08-292-0/+6
* nm: Fix latent memory leak in show_symbols.Mark Wielaard2019-08-292-1/+7
* Don't use dlopen() for libebl modulesOmar Sandoval2019-08-292-10/+17
* readelf: Add optional "SECTION" argument for --notes.Mark Wielaard2019-08-262-1/+19
* elfclassify: New tool to analyze ELF objects.Florian Weimer2019-08-133-2/+1057
* Add backend support for C-SKYMao Han2019-07-173-2/+8
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-102-1/+11
* 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
* readelf: Decode DW_AT_discr_list block attributes.Mark Wielaard2019-05-142-8/+102
* readelf: Clean up section lists after usage.Mark Wielaard2019-05-142-0/+19
* 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
* 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
* strip: Files with symbols referring to non-existing sections are illformedMark Wielaard2019-03-272-0/+5
* readelf: Check there is enough data to read DWARF line opcodes arguments.Mark Wielaard2019-02-011-4/+14
* strip: Fix check test for SHN_XINDEX symbol.Mark Wielaard2019-01-242-1/+5
* readelf: Don't go past end of line data reading unknown opcode parameters.Mark Wielaard2019-01-222-1/+7
* libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table.Mark Wielaard2019-01-222-2/+11
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-162-1/+5
* elflint: Allow PT_GNU_EH_FRAME segment to match SHT_X86_64_UNWIND section.Mark Wielaard2018-11-132-2/+9
* strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-6/+28
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-133-2/+35
* Recognize NT_VERSION notes.Mark Wielaard2018-11-133-6/+29
* libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-092-5/+10
* strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-062-6/+160
* strip: Extract code to update shdrstrndx into new common function.Mark Wielaard2018-11-062-45/+54
* strip: Split out debug section relocation into separate helper functions.Mark Wielaard2018-11-062-249/+299
* strip: Always copy over any phdrs if there are any.Mark Wielaard2018-11-062-28/+48
* unstrip: Add ELF_CHECK to make sure gelf_getehdr () doesn't return NULL.Mark Wielaard2018-11-022-0/+6
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-293-2/+12
* addr2line: Use elf_getshdrstrndx not Ehdr field to print section name.Mark Wielaard2018-10-242-3/+8
* readelf: Use shstrndx to lookup section names.Mark Wielaard2018-10-242-35/+68
* readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-2/+10
* readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-0/+5
* Check sh_entsize is not zero.Mark Wielaard2018-10-202-1/+33
* size: Handle recursive ELF ar files.Mark Wielaard2018-10-202-2/+8
* arlib: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-0/+7
* ar: Assume epoch if ar_date is bogus.Mark Wielaard2018-10-202-2/+12
* findtextrel: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-10/+17