]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.uni
CommitLineData
1ffb3e01
JJ
1// /** @file\r
2// PE/COFF Loader Library implementation.\r
3//\r
4// The IPF version library supports loading IPF and EBC PE/COFF image.\r
5// The IA32 version library support loading IA32, X64 and EBC PE/COFF images.\r
6// The X64 version library support loading IA32, X64 and EBC PE/COFF images.\r
7// \r
8// Caution: This module requires additional review when modified.\r
9// This library will have external input - PE/COFF image.\r
10// This external input must be validated carefully to avoid security issue like\r
11// buffer overflow, integer overflow.\r
12//\r
13// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
14// Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
15//\r
16// This program and the accompanying materials\r
17// are licensed and made available under the terms and conditions of the BSD License\r
18// which accompanies this distribution. The full text of the license may be found at\r
19// http://opensource.org/licenses/bsd-license.php.\r
20// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22//\r
23// **/\r
24\r
25\r
26#string STR_MODULE_ABSTRACT #language en-US "PE/COFF Loader Library implementation"\r
27\r
28#string STR_MODULE_DESCRIPTION #language en-US "The IPF version library supports loading IPF and EBC PE/COFF images. The IA32 version library support loading IA32, X64 and EBC PE/COFF images. The X64 version library support loading IA32, X64 and EBC PE/COFF images. Caution: This module requires additional review when modified. This library will have external input: PE/COFF image. This external input must be validated carefully to avoid security issues like buffer overflow and integer overflow."\r
29\r