summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ar: Check whether ar header values fit.Mark Wielaard2017-09-202-20/+55
* Internationalized messages should not contain the '\v' escape sequence.Mark Wielaard2017-09-153-2/+9
* Cast pid_t to long long when printingUlf Hermann2017-08-182-14/+22
* On non-linux systems, don't use native signal numbersUlf Hermann2017-08-182-5/+23
* libdw: Add DW_MACRO constants and DW_MACRO_GNU compatibility defines.Mark Wielaard2017-08-022-16/+86
* Handle DWARF5 defaulted member function encodings.Mark Wielaard2017-08-022-0/+35
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-242-6/+29
* strip: Add --keep-section=SECTION and --remove-section=SECTION.Mark Wielaard2017-07-172-17/+123
* strip: Don't generate empty output file when nothing to do.Mark Wielaard2017-06-142-12/+25
* strip: Make sure old .shstrab is removed when eu-strip recreates it.Mark Wielaard2017-06-142-6/+14
* Include strings.h to make ffs availableUlf Hermann2017-04-272-0/+5
* Protect against integer overflow on shnumUlf Hermann2017-04-272-11/+18
* Avoid YESSTR and NOSTRUlf Hermann2017-04-262-3/+8
* elflint: Support checking ELF files with compressed sections.Mark Wielaard2017-04-052-1/+10
* elflint: Don't check section group without flags word.Mark Wielaard2017-04-042-1/+8
* elflint: Sanity check the number of phdrs and shdrs available.Mark Wielaard2017-04-042-0/+30
* elflint: Don't trust sh_entsize when checking hash sections.Mark Wielaard2017-04-042-12/+27
* elflint: Check symbol table data is big enough before checking.Mark Wielaard2017-04-042-1/+6
* Use the empty string for note names with zero size (without any data).Mark Wielaard2017-04-033-3/+11
* readelf: Fix off by one sanity check in handle_gnu_hash.Mark Wielaard2017-04-032-1/+6
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-1716-5/+33
* Move color handling into a separate headerUlf Hermann2017-02-153-0/+7
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-2417-211/+24
* readelf: Add optional --symbols[=SECTION] argument to select section name.Mark Wielaard2016-11-172-1/+26
* ar: Fix GCC7 -Wformat-length issues.Mark Wielaard2016-11-113-10/+28
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-105-3/+17
* unstrip: Don't try to use unstripped .symtab with stripped .strtabKevin Cernekee2016-10-242-7/+12
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-1213-10/+24
* strip: Don't remove real symbols from allocated symbol tables.Mark Wielaard2016-10-062-11/+29
* strip: Use ELF_CHF_FORCE to recompress any sections that were uncompressed.Mark Wielaard2016-08-252-1/+5
* strip: Handle compressed relocation target sections.Mark Wielaard2016-08-152-5/+22
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-035-46/+69
* Remove eu-ld and unused code.Mark Wielaard2016-08-0319-13157/+29
* unstrip: Fix off by one array access with unstripped_strent.Mark Wielaard2016-07-112-3/+8
* Add support for BPFRichard Henderson2016-06-282-1/+5
* elfcmp: fix self-comparison error with GCC 6David Abdurachmanov2016-04-112-1/+5
* nm: Check for malloc size argument overflow in show_symbols.Mark Wielaard2016-03-212-0/+9
* readelf: Warn when uncompressing fails and error when gelf_getshdr fails.Mark Wielaard2016-02-222-5/+46
* elfcompress: -q should not imply --force.Mark Wielaard2016-02-222-1/+6
* Fix GCC6 -Wnull-dereference warnings.Mark Wielaard2016-02-222-2/+8
* readelf: Read and print (encoded) DW_CFA_set_loc op and update pc.Mark Wielaard2016-02-182-60/+68
* elflint: Fix sh_entsize check when comparing SHT_HASH and SHT_GNU_HASH.Mark Wielaard2016-02-152-2/+8
* elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.Mark Wielaard2016-01-182-2/+8
* Fix build on 32bit systems.Mark Wielaard2016-01-083-2/+7
* elfcompress: New utility.Mark Wielaard2016-01-063-1/+1329
* elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-062-10/+43
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-062-21/+116
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-062-3/+71
* elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-052-1/+10
* nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.Mark Wielaard2016-01-022-8/+116