summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* nm: Don't leak duplicate Dwarf local names.Mark Wielaard2016-01-022-5/+14
* unstrip: Don't leak new section data.Mark Wielaard2016-01-022-2/+47
* elfcmp: Fix leaking Ebl handles.Mark Wielaard2016-01-022-0/+6
* Make zlib mandatory.Mark Wielaard2015-10-262-2/+7
* elflint: Don't check shdr or TLS symbol offsets against debuginfo phdrs.Mark Wielaard2015-10-162-2/+10
* elflint: Reject mergable string sections as relocation target.Mark Wielaard2015-10-162-2/+8
* Do not rely on ebl_check_special_section when checking debuginfo files.Jose E. Marchesi2015-10-132-5/+19
* elflint: Check relro flags are a subset of the load segment.Mark Wielaard2015-10-132-3/+24
* ldlex: Fix sign-compare warning, suppress -Wstack-usage.Mark Wielaard2015-10-123-1/+7
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-098-52/+69
* Move recursive nested function to file scope.Chih-Hung Hsieh2015-10-092-46/+53
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-092-3/+10
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-082-11/+13
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-073-18/+43
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-5/+11
* unstrip: Update sh_info when SH_INFO_LINK_P not just when SHF_INFO_LINK setMark Wielaard2015-10-052-1/+6
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-053-7/+60
* Remove old-style function definitions.Mark Wielaard2015-09-232-2/+6
* Initialize variable before use.Chih-Hung Hsieh2015-09-102-1/+8
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-076-35/+60
* readelf: handle_core_item large right shift triggers undefined behaviour.Mark Wielaard2015-09-032-2/+14
* elflint: Add gnuld check when a NOBITS section falls inside a segment.Mark Wielaard2015-08-172-2/+37
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-032-5/+38
* strings: Define MAP_POPULATE if not defined alreadyPino Toscano2015-06-272-0/+8
* nm: First call elf_getdata, then allocate memory.Mark Wielaard2015-06-272-6/+10
* findtextrel: Don't leak memory in process_file.Mark Wielaard2015-06-192-0/+5
* readelf: Make sure phdr2_mem lifetime/scope equals phdr2 pointer.Mark Wielaard2015-06-192-1/+6