aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-192-3/+34
* unstrip: Renumber the group section indexes.Mark Wielaard2018-10-192-0/+18
* strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-173-8/+76
* Handle ADD/SUB relocationsAndreas Schwab2018-10-132-4/+23
* readelf: Use elf_getshdrnum in print_shdr and print_phdr.Mark Wielaard2018-09-142-5/+25
* strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-143-5/+66
* elflint: Use shnum and shstrndx instead of ehdr field directly.Mark Wielaard2018-09-142-3/+10
* elfcmp: Get, check and shdrstrndx for section names.Mark Wielaard2018-09-132-2/+22
* libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-133-4/+9
* backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-132-2/+7
* strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-302-15/+71
* libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-182-0/+7
* elflint: Fix check_sysv_hash[64] sanity checks to not overflow.Mark Wielaard2018-08-182-2/+12
* unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-272-0/+10
* unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-272-1/+9
* elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-242-3/+49
* elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-222-4/+11
* readelf: Don't shadow index function from string.hMark Wielaard2018-07-052-7/+13
* Consolidate error.h inclusion in system.hRoss Burton2018-07-0518-19/+24
* libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-292-37/+47
* libdw, readelf: Don't handle DW_FORM_data16 as expression block/location.Mark Wielaard2018-06-172-5/+15
* readelf: Check there are at least 4 bytes available for DWARF_FORM_block4.Mark Wielaard2018-06-172-1/+6
* readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-172-6/+11
* readelf: While printing .debug_loc make sure that next_off doesn't overflow.Mark Wielaard2018-06-162-1/+8
* readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-152-21/+108