summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
Commit message (Expand)AuthorAgeFilesLines
* Make the .rsrc section read only.Nick Clifton2023-04-171-1/+1
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-4/+4
* PE fake section for C_SECTION symsAlan Modra2023-03-221-12/+2
* Another PE SEC_HAS_CONTENTS testAlan Modra2023-02-281-1/+2
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-2/+6
* peXXigen.c sanity checksAlan Modra2023-01-101-44/+52
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* buffer overflow in _bfd_XX_print_ce_compressed_pdataAlan Modra2022-10-261-0/+2
* ld: Add --pdb optionMark Harmstone2022-10-201-7/+23
* PR29653, objcopy/strip: fuzzed small input file induces large output fileAlan Modra2022-10-071-37/+18
* bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang2022-08-101-21/+28
* COFF/PE: keep linker version during objcopy / stripJan Beulich2022-05-191-4/+14
* Re: asan: buffer overflow in peXXigen.cAlan Modra2022-03-171-44/+52
* asan: buffer overflow in peXXigen.cAlan Modra2022-02-161-4/+10
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ld: fix coff PE SEHTamar Christina2021-12-311-2/+2
* AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina2021-11-231-20/+23
* PR 28447: implement multiple parameters for .file on XCOFFClément Chigot2021-11-101-6/+6
* Extend the description of PE header flags.Eli Zaretskii2021-04-211-0/+31
* C99 bfd configuryAlan Modra2021-04-051-23/+3
* Use bool in bfdAlan Modra2021-03-311-142/+142
* bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2021-03-221-2/+2
* Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton2021-03-161-1/+1
* bfd: don't silently wrap or truncate PE image section RVAsJan Beulich2021-03-091-5/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-4/+7
* fix objcopy of PE images with .buildid sectionJan Beulich2020-08-211-15/+19
* Remove powerpc PE supportAlan Modra2020-07-091-112/+1
* asan: _bfd_pei_slurp_codeview_record use of uninit valueAlan Modra2020-06-291-2/+8
* C++ commentsAlan Modra2020-06-291-5/+5
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-20/+10
* PR25823, Use after free in bfd_hash_lookupAlan Modra2020-04-151-10/+10
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-301-2/+2
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Identify reproducible builds in 'objdump -p' output for PE filesJon Turney2020-01-301-5/+80
* Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney2020-01-301-1/+6
* Bugfixes for pe_print_debugdata()Jon Turney2020-01-301-3/+5
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix a problem computing the size fields in the PE format header.Nick Clifton2019-12-051-0/+3
* When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum2019-10-291-16/+5
* PR24955, libbfd terminating program on out of memory (part2)Alan Modra2019-10-141-1/+4
* Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid2019-07-231-0/+7
* PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra2019-03-011-18/+17
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Correct comment concerning PE timestamp insertion.Bernhard M. Wiedemann2018-11-091-1/+2
* Simplify PR23110 PE_DEBUG_DATA size checksAlan Modra2018-10-161-12/+2
* PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leakAlan Modra2018-10-161-0/+4
* PR23685, buffer overflowAlan Modra2018-09-201-5/+6
* PR23148, Heap buffer overflow in pe_print_edataAlan Modra2018-05-091-1/+1
* PR23147, Heap buffer overflow in pe_print_idataAlan Modra2018-05-091-1/+1