aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Improve objdump -p output of PE Import and Export TablesPali Roh?r1-23/+38
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-05Add basic support for RISC-V 64-bit EFI objectsAndreas Schwab1-21/+23
2023-10-02Use bfd_get_current_time in places where it is suitableNick Clifton1-11/+1
2023-08-27PE dos_messageAlan Modra1-3/+2
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-2/+2
2023-08-02Revert "2.41 Release sources"Sam James1-1/+14
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-14/+1
2023-07-24objcopy embeds the current time and ignores SOURCE_DATE_EPOCH making the outp...Johannes Schauer Marin Rodrigues1-1/+14
2023-04-17Make the .rsrc section read only.Nick Clifton1-1/+1
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-4/+4
2023-03-22PE fake section for C_SECTION symsAlan Modra1-12/+2
2023-02-28Another PE SEC_HAS_CONTENTS testAlan Modra1-1/+2
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-2/+6
2023-01-10peXXigen.c sanity checksAlan Modra1-44/+52
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-10-26buffer overflow in _bfd_XX_print_ce_compressed_pdataAlan Modra1-0/+2
2022-10-20ld: Add --pdb optionMark Harmstone1-7/+23
2022-10-07PR29653, objcopy/strip: fuzzed small input file induces large output fileAlan Modra1-37/+18
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang1-21/+28
2022-05-19COFF/PE: keep linker version during objcopy / stripJan Beulich1-4/+14
2022-03-17Re: asan: buffer overflow in peXXigen.cAlan Modra1-44/+52
2022-02-16asan: buffer overflow in peXXigen.cAlan Modra1-4/+10
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-31ld: fix coff PE SEHTamar Christina1-2/+2
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-20/+23
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+6
2021-04-21Extend the description of PE header flags.Eli Zaretskii1-0/+31
2021-04-05C99 bfd configuryAlan Modra1-23/+3
2021-03-31Use bool in bfdAlan Modra1-142/+142
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich1-2/+2
2021-03-16Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton1-1/+1
2021-03-09bfd: don't silently wrap or truncate PE image section RVAsJan Beulich1-5/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-4/+7
2020-08-21fix objcopy of PE images with .buildid sectionJan Beulich1-15/+19
2020-07-09Remove powerpc PE supportAlan Modra1-112/+1
2020-06-29asan: _bfd_pei_slurp_codeview_record use of uninit valueAlan Modra1-2/+8
2020-06-29C++ commentsAlan Modra1-5/+5
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-20/+10
2020-04-15PR25823, Use after free in bfd_hash_lookupAlan Modra1-10/+10
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton1-2/+2
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-30Identify reproducible builds in 'objdump -p' output for PE filesJon Turney1-5/+80
2020-01-30Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney1-1/+6
2020-01-30Bugfixes for pe_print_debugdata()Jon Turney1-3/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-05Fix a problem computing the size fields in the PE format header.Nick Clifton1-0/+3
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum1-16/+5
2019-10-14PR24955, libbfd terminating program on out of memory (part2)Alan Modra1-1/+4