]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Validate some fields in PE image to make sure not access violation for later code.
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoff.c
2012-04-24 ydong10Validate some fields in PE image to make sure not acces...
2012-03-16 ydong10Update the offset when read every debug entries info.
2011-07-12 andrewfishMdePkg: Fix X64 clang compile issues.
2011-02-16 lgao4Per PI1.2B spec, for the case that TE Image Relocation...
2010-06-30 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-04-23 hhtianUpdate the copyright notice format
2009-10-15 mdkinneyDo not update the ImageBase in the PE/COFF header if...
2009-10-08 mdkinneyDo not apply relocation fixups if the Adjust value...
2009-10-01 mdkinneyCheck to see if the section size of non-zero before...
2009-08-24 mdkinneyFix file headers
2009-08-19 qhuang8Remove tabs in source code in MdePkg.
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
2009-08-18 mdkinneyAdd ARM support
2009-05-11 eric_tianadd the extra comments into BasePeCoffRelocateImage...
2009-05-06 lgao4Update BasePeCoff to Initialize the debug field to...
2009-04-23 qhuang8Add check for the validity of resource directory address.
2009-04-22 qhuang8Add HiiResourceData field to PeCoffLib library class...
2009-03-05 qhuang8Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderG...
2009-02-05 mdkinney1) Remove UEFI specific defines from IndustryStandard...
2009-01-07 lgao4Add check for Zero Relocation section.
2009-01-04 qhuang8Temporarily remove the assertions and we may find some...
2008-12-31 gikidyAdd some ASSERT()s to avoid NULL reference.
2008-12-11 gikidySynchronize MdePkg h files to Library/Base* c files.
2008-12-05 qhuang8Update the text to use "x64" instead of "X64" in MdePkg.
2008-12-04 gikidyFollow the Mde_Lib_Spec to fix the function PeCoffLoade...
2008-11-27 qhuang8Add several missing assertions.
2008-11-26 jji4Function headers in .h and .c files synchronized with...
2008-10-24 klu2Fix ECC issue
2008-10-10 lgao4Update HobLib and PeCoffLib according to MDE Lib Spec...
2008-09-18 lgao41. Change 0 == Length style to Length == 0
2008-09-17 vanjeffremove unnecessary comments introduced by tools from...
2008-07-17 lgao4Correct ECC Error for MdePkg/Include/Protocol and Corre...
2007-11-22 qhuang8Clean up: update "EFI" to "UEFI" if applicable.
2007-10-26 lgao4Add one judge whether TeImage or PeImage has reloc...
2007-09-28 lgao41. Replace PeCoffLoader library by PeCoff lib for PeiCo...
2007-07-12 AJFISHRemoved MdePkg usage of ModuleName: in file headers
2007-06-29 AJFISHRemoved CommonHeader.h generated file from the MdePkg.
2007-06-28 qwang12Add in BasePeCoff library instance.
2007-06-01 lhauchMoved the MdePkg to OldMdePkg so that new code in MdePk...
2007-01-25 xli24Make MDE package pass intel IPF compiler with /W4 ...
2007-01-16 lgao4Fix PeLoad function can't handle invalid PeImage to...
2007-01-15 lgao4Correct TeImage Header based on PeiCis spec.
2007-01-15 lgao4Correct TeImage file format and Clean up PeiRebase...
2007-01-12 lgao4Correctly skip debug entry.
2006-12-12 mdkinneyUpdate BaseDebugLibNull to not touch any global variabl...
2006-08-15 vanjeff1. Adjust might be 64bit, so we need to typecast it...
2006-08-11 ajfishFixed bugs found when this code was ported into R8.
2006-07-28 lgao4TeImage Signature should be got from Te pointer, not...
2006-07-26 ajfishAdded back safety check for PE/COFF image walking....
2006-07-26 ajfishRemoved cross references from PciCf8Lib and PciExpressL...
2006-06-26 qhuang8• BaseMemoryLib:
2006-06-22 qhuang81. UINTN & INTN issue for EBC architecture:
2006-06-19 qhuang8 1. PostCodeLib.
2006-04-21 bbahnsenInitial import.