summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime codeArd Biesheuvel2025-01-291-2/+6
* MdePkg: Fix Clang Build ErrorINDIA\sachinganesh2025-01-281-5/+2
* MdePkg: Use SafeIntLib to handle overflowINDIA\sachinganesh2025-01-261-7/+13
* MdePkg: Fix overflow issue in PeCoffLoaderRelocateImageForRuntimeINDIA\sachinganesh2025-01-261-12/+13
* MdePkg: CodeQL Fixes.Michael Kubacki2024-11-011-3/+3
* MdePkg: Improving readability of CVE patch for PeCoffLoaderRelocateImageDoug Flick2024-10-021-1/+1
* MdePkg: Fix overflow issue in BasePeCoffLibDoug Flick2024-09-301-1/+1
* MdePkg/BasePeCoffLib: Deal with broken debug directoriesArd Biesheuvel2023-05-051-0/+15
* MdePkg/PeCoffLib: Capture DLL characteristics fields in image contextArd Biesheuvel2023-04-071-11/+35
* MdePkg/BasePeCoff: Add LoongArch PE/Coff related code.Chao Li2022-10-141-1/+2
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-470/+521
* MdePkg/BasePeCoff: Add RISC-V PE/Coff related code.Abner Chang2020-05-071-1/+2
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalidHsueh, Hong-chihX2019-01-311-10/+20
* MdePkg/BasePeCoffLib: Correct the address of RelocBaseEndDandan Bi2019-01-211-1/+1
* MdePkg/BasePeCoffLib: Add more check for relocation dataDandan Bi2019-01-161-70/+95
* MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-241-52/+9
* MdePkg: Clean up source filesLiming Gao2018-06-281-71/+71
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-7/+5
* Support load 64 bit image from 32 bit core.Eric Dong2014-03-251-6/+25
* Add more check for PE COFF SizeOfHeader field.jyao12014-02-121-1/+25
* Checks the TE image before use it.ydong102012-12-261-189/+192
* Remove the ASSERT (FALSE) code, just return unsupported.ydong102012-12-061-7/+0
* Enhance the check for RelocBase->SizeOfBlock before use it.ydong102012-11-281-5/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-11-281-20/+63
* Enhance the check for resource section data.ydong102012-11-261-2/+36
* Enhance the check for debug data before get the PdbPointer.ydong102012-11-261-0/+18
* Remove the useless code.ydong102012-11-201-6/+1
* Enhance the error code info.ydong102012-09-111-4/+54
* Enhance the comments.ydong102012-09-111-0/+2
* Enhance the check for some fields in the PE image before use it.ydong102012-08-221-0/+15
* Enhance the check when ImageRead function return.ydong102012-08-211-16/+30
* Add comment for modules which have external input.jyao12012-06-121-2/+20
* Update the logic related to get section header offset for TE image.ydong102012-05-041-2/+10
* Patch include:ydong102012-04-261-8/+0
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+195
* Update the offset when read every debug entries info.ydong102012-03-161-3/+3
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-121-3/+5
* Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao42011-02-161-1/+9
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-3/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-7/+7
* Update the copyright notice formathhtian2010-04-231-3/+3
* Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney2009-10-151-3/+9
* Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney2009-10-081-85/+90
* Check to see if the section size of non-zero before failing a load operation ...mdkinney2009-10-011-10/+10
* Fix file headersmdkinney2009-08-241-1/+1
* Remove tabs in source code in MdePkg.qhuang82009-08-191-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-4/+4
* Add ARM supportmdkinney2009-08-181-1/+6
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-111-0/+12