summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make ranlib work on windowsUlf Hermann2017-05-081-3/+26
* Drop file name truncation and date preservation from ar.cUlf Hermann2017-05-081-28/+1
* Use trees rather than hashes in ar.cUlf Hermann2017-05-082-33/+48
* Make strip compile on windowsUlf Hermann2017-05-081-39/+9
* Make elfcompress compile on windowsUlf Hermann2017-05-081-1/+4
* Use octal numbers rather than permission macrosUlf Hermann2017-05-085-8/+15
* Make unstrip compile on windowsUlf Hermann2017-05-082-1/+6
* Cast pid_t to long long when printingUlf Hermann2017-05-082-11/+15
* Make readelf compile on windowsUlf Hermann2017-05-081-1/+4
* Close files before renaming or unlinking themUlf Hermann2017-05-082-1/+8
* Use OS-specific pathsUlf Hermann2017-05-084-6/+12
* Open files in O_BINARYUlf Hermann2017-05-0815-25/+42
* Skip fchown, fchmod, fadvise, fallocate if functions are unavailableUlf Hermann2017-05-046-29/+71
* Define roundup() for strings.c if it doesn't existUlf Hermann2017-05-042-0/+7
* Generalize library namesUlf Hermann2017-04-282-3/+8
* Work around bogus compile errorUlf Hermann2017-04-281-0/+1
* Check if we need -lintl for linking gettextUlf Hermann2017-04-281-15/+15
* Drop handrolled or #ifdef'ed libc replacementsUlf Hermann2017-04-282-15/+19
* Add gnulib modules to replace missing libc functionalityUlf Hermann2017-04-272-15/+24
* Include strings.h to make ffs availableUlf Hermann2017-04-262-0/+5
* Protect against integer overflow on shnumUlf Hermann2017-04-262-11/+18
* Avoid YESSTR and NOSTRUlf Hermann2017-04-212-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