summaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/readelf
AgeCommit message (Expand)Author
2023-03-06readelf: fix -wR option, memory leaks, and -wf minor bugChristos Margiolis
2022-12-19readelf: match GNU readelf formattingEd Maste
2022-03-24x86: Add a NT_X86_SEGBASES register set.John Baldwin
2022-03-23arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin
2022-02-22readelf: add Arm address mask note type NT_ARM_ADDR_MASKEd Maste
2022-02-16readelf: add newer Linux core arm note typesEd Maste
2022-01-17exec: Remove the stack gap implementationMark Johnston
2021-12-29readelf: add Go Build ID ELF note supportEd Maste
2021-10-11Teach the readelf about arm64 gnu propertiesAndrew Turner
2021-09-17readelf: document that -u / --unwind is not yet implementedEd Maste
2021-09-17readelf: include notes (-n) and unwind (-u) in --all/-aEd Maste
2021-04-04readelf: return error in case of invalid fileEd Maste
2021-02-03readelf: do not trucate section name with -WEd Maste
2021-02-03readelf: decode LA48 and ASG_DISABLE feature flagsEd Maste
2021-02-03readelf: Fix printing NT_FREEBSD_ARCH_TAGAlex Richardson
2020-10-31Fix 32-bit build after r367209Brandon Bergren
2020-10-31readelf: Add -z decompression supportEd Maste
2020-05-31readelf: add more DT_FLAGS_1 flagsEd Maste
2020-03-21readelf: simplify Xen string note printingEd Maste
2020-03-20readelf: Fix another instance of the leak mentioned in r357542.Mark Johnston
2020-03-20readelf: Avoid leaking ELF descriptors for archive entries.Mark Johnston
2020-03-06readelf: print GNU Build-IDEd Maste
2020-03-06readelf: decode and print Xen ELF note stringsEd Maste
2020-03-06readelf: add XEN_ELFNOTE_PHYS32_ENTRY noteEd Maste
2020-03-04readelf: simplify namesz / descsz checksEd Maste
2020-03-04readelf: check note namesz and descszEd Maste
2020-03-04Reserve WXNEEDED ELF feature control flagEd Maste
2020-03-01readelf: add PROTMAX_DISABLE and STKGAP_DISABLEEd Maste
2020-02-04readelf: Don't leak memory when dwarf_get_fde_info_for_all_regs() fails.Mark Johnston
2020-02-04readelf: Fix the check for an error from realloc().Mark Johnston
2020-02-04readelf: Fix a double close of the input file.Mark Johnston
2019-12-05Update ELF Tool Chain to upstream r3769Ed Maste
2019-11-19ELF toolchain: Add PowerPC VMX and VSX note decode to readelfJustin Hibbits
2019-08-07readelf: Close input files when done with them.Mark Johnston
2019-08-01Capsicumize readelf(1).Mark Johnston
2019-08-01readelf: decode NT_GNU_PROPERTY_TYPE_0 / GNU_PROPERTY_X86_FEATURE_1_ANDEd Maste
2019-06-30readelf: Add RISC-V DWARF register aliasesMitchell Horne
2019-06-28[PowerPC64] readelf: print description for 'e_flags' in ELF header (ABI type)Leandro Lupori
2019-06-28readelf: Add support for RISC-V specific e_flagsMitchell Horne
2019-06-07Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron
2019-05-30readelf: Make -t imply -S, for compatibility with GNU binutils.Mark Johnston
2019-04-17readelf: use size_t for object countsEd Maste
2019-04-17readelf: speed up readelf -woEd Maste
2019-03-28readelf: add newline after dumping dynamic FLAGS / FLAGS_1Ed Maste
2019-03-28Revert other accidentally committed part of r345625Ed Maste
2019-03-28revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste
2019-02-01readelf: decode FreeBSD note typesEd Maste
2019-02-01readelf: use table-based DT_FLAGS and DT_FLAGS_1 decodingEd Maste
2019-01-31readelf: dump elf note dataEd Maste
2019-01-30readelf: fix i386 buildEd Maste