OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcPeCoffExtInternal.h File Reference

Go to the source code of this file.

Data Structures

struct  APPLE_SIGNATURE_CONTEXT_
 

Macros

#define APPLE_CHECKSUM_OFFSET   OFFSET_OF (EFI_IMAGE_NT_HEADERS64, CheckSum)
 
#define APPLE_CHECKSUM_SIZE   sizeof (UINT32)
 

Typedefs

typedef struct APPLE_SIGNATURE_CONTEXT_ APPLE_SIGNATURE_CONTEXT
 

Functions

 STATIC_ASSERT (==OFFSET_OF(EFI_IMAGE_NT_HEADERS32, CheckSum), "CheckSum is expected to be at the same place")
 

Detailed Description

Provides additional services for Apple PE/COFF image.

Copyright (c) 2018, savvas. All rights reserved.
Copyright (c) 2021, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file OcPeCoffExtInternal.h.

Macro Definition Documentation

◆ APPLE_CHECKSUM_OFFSET

#define APPLE_CHECKSUM_OFFSET   OFFSET_OF (EFI_IMAGE_NT_HEADERS64, CheckSum)

Definition at line 21 of file OcPeCoffExtInternal.h.

◆ APPLE_CHECKSUM_SIZE

#define APPLE_CHECKSUM_SIZE   sizeof (UINT32)

Definition at line 22 of file OcPeCoffExtInternal.h.

Typedef Documentation

◆ APPLE_SIGNATURE_CONTEXT

Function Documentation

◆ STATIC_ASSERT()

STATIC_ASSERT ( "CheckSum is expected to be at the same place" )