summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* elfcompress: Don't compress if section already compressed unless forcedMark Wielaard2023-05-081-20/+23
* readelf: display dynamic symtab without section headersDi Chen2023-04-182-151/+393
* readelf: Handle NULL shdr in section_nameMark Wielaard2023-04-141-1/+1
* Fix static build when zstd is enabled for libelfMark Wielaard2023-03-031-1/+1
* readelf: Fix use-after-free ebl pointer issueMark Wielaard2023-03-032-2/+8
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-143-0/+29
* readelf: Fix set but not used parameterIlya Leoshkevich2023-02-091-12/+5
* readelf: Fix set but not used variableIlya Leoshkevich2023-02-081-2/+0
* addr2line: -C should not try to handle optional (ignored) argumentMark Wielaard2023-01-302-2/+11
* readelf: Check compression status of .debug section dataMark Wielaard2023-01-162-102/+130
* Fix typos from codespellSam James2023-01-132-2/+2
* support ZSTD compression algorithmMartin Liska2022-12-232-67/+99
* Add support for Synopsys ARCv2 processorsShahab Vahedi2022-12-222-0/+5
* Add support for LoongArchHengqi Chen2022-12-192-1/+5
* Refactor elf_compareMartin Liska2022-11-291-63/+110
* Missing newline for: elfcompress -t zlib-gnu a.out -forceMartin Liska2022-11-281-1/+1
* readelf: print warning for -sWMartin Liska2022-11-281-5/+18
* readelf: Check gelf_getdyn doesn't return NULLMark Wielaard2022-11-032-1/+6
* readelf: Check phdr != NULL or shdr != NULL in handle_dynamic.Mark Wielaard2022-11-032-5/+10
* readelf: add binutils-style --syms optionArsen Arsenović2022-10-302-0/+5
* readelf: Handle DW_LLE_GNU_view_pairMark Wielaard2022-10-272-0/+18
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-172-1/+5
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-1616-16/+0
* ar: Correct -N COUNT off-by-oneMark Wielaard2022-09-142-2/+8
* readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTESAndreas Schwab2022-08-132-1/+7
* elflint: Allow zero p_memsz for PT_RISCV_ATTRIBUTESAndreas Schwab2022-08-092-1/+9
* readelf: memrchr searches backwards but takes the start buf as argumentMark Wielaard2022-08-012-4/+9
* readelf: Support --dynamic with --use-dynamicDi Chen2022-08-012-26/+199
* strip: Add more NULL checkMark Wielaard2022-05-142-2/+15
* elfcompress: Add sanity checks to make sure to not override variableMark Wielaard2022-05-142-0/+29
* elfclassify: Fix --no-stdin flagMark Wielaard2022-04-242-1/+5
* readelf: Define dyn_mem outside the while loop.Mark Wielaard2022-04-192-1/+5
* readelf: Don't consider padding DT_NULL as dynamic section entryDi Chen2022-04-192-6/+31
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-3012-288/+250
* elflint: Recognize NT_FDO_PACKAGING_METADATAMark Wielaard2022-03-252-0/+11
* addr2line: Make --absolute the default, add --relative option.Mark Wielaard2022-03-142-3/+18
* readelf: Workaround stringop-truncation errorMark Wielaard2021-12-092-1/+5
* libdw, readelf: Read inlining info in NVIDIA extended line mapJohn M Mellor-Crummey2021-11-102-0/+68
* elflint.c: Don't dereference databits if badMark Wielaard2021-10-062-1/+5
* findtextrel: do not use unbound allocaDmitry V. Levin2021-09-093-30/+30
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-094-23/+21
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-096-23/+29
* src: add -Wno-error=stack-usage= to AM_LDFLAGSDmitry V. Levin2021-09-092-1/+5
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-272-1/+4
* readelf: Pull advance_pc() in file scopeTimm Bäder2021-07-152-7/+26
* readelf: Handle line tables without line number statements correctlyMark Wielaard2021-07-041-1/+1
* readelf: Fix error message when two attribute names differ in in compare_list...Mark Wielaard2021-07-032-1/+5
* unstrip: Always check gelf_getrel[a] resultsMark Wielaard2021-07-032-0/+6
* strip: Always check gelf_update results.Mark Wielaard2021-07-032-4/+14
* elflint: fix undefined 'buffer_left' referenceSergei Trofimovich2021-06-072-1/+6