summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-31ld: fix coff PE SEHTamar Christina
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot
2021-04-21Extend the description of PE header flags.Eli Zaretskii
2021-04-05C99 bfd configuryAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich
2021-03-16Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton
2021-03-09bfd: don't silently wrap or truncate PE image section RVAsJan Beulich
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18Remove some static buffersAlan Modra
2020-08-21fix objcopy of PE images with .buildid sectionJan Beulich
2020-07-09Remove powerpc PE supportAlan Modra
2020-06-29asan: _bfd_pei_slurp_codeview_record use of uninit valueAlan Modra
2020-06-29C++ commentsAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-04-15PR25823, Use after free in bfd_hash_lookupAlan Modra
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-30Identify reproducible builds in 'objdump -p' output for PE filesJon Turney
2020-01-30Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney
2020-01-30Bugfixes for pe_print_debugdata()Jon Turney
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-05Fix a problem computing the size fields in the PE format header.Nick Clifton
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum
2019-10-14PR24955, libbfd terminating program on out of memory (part2)Alan Modra
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid
2019-03-01PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-11-09Correct comment concerning PE timestamp insertion.Bernhard M. Wiedemann
2018-10-16Simplify PR23110 PE_DEBUG_DATA size checksAlan Modra
2018-10-16PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leakAlan Modra
2018-09-20PR23685, buffer overflowAlan Modra
2018-05-09PR23148, Heap buffer overflow in pe_print_edataAlan Modra
2018-05-09PR23147, Heap buffer overflow in pe_print_idataAlan Modra
2018-05-07Replace uses of strncmp with memcmpAlan Modra
2018-05-04-Wstringop-truncation warningsAlan Modra
2018-04-24Fix an illegal memory access when copying a PE format file with corrupt debug...Nick Clifton
2018-02-26AOUT/COFF/PE messagesAlan Modra
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-12Add support for reading msdos MZ executables.Zebediah Figura
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-09-14Fix address violation when parsing a corrupt PE binary.Nick Clifton
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-06-06Handle printing information about PE format files which have 0 as the value o...Daniel Bonniot de Ruisselet
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-04-19Correct PE reloc displayWedson Almeida Filho