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

Go to the source code of this file.

Data Structures

struct  MKEXT_CORE_HEADER
 
struct  MKEXT_V1_KEXT_FILE
 
struct  MKEXT_V1_KEXT
 
struct  MKEXT_V1_HEADER
 
struct  MKEXT_V2_FILE_ENTRY
 
struct  MKEXT_V2_HEADER
 
union  MKEXT_HEADER_ANY
 

Macros

#define MKEXT_MAGIC   0x4D4B5854
 
#define MKEXT_INVERT_MAGIC   0x54584B4D
 
#define MKEXT_SIGNATURE   0x4D4F5358
 
#define MKEXT_INVERT_SIGNATURE   0x58534F4D
 
#define MKEXT_VERSION_V1   0x01008000
 
#define MKEXT_VERSION_V2   0x02002001
 

Detailed Description

Copyright (C) 2019, Goldfish64. All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AppleMkext.h.

Macro Definition Documentation

◆ MKEXT_INVERT_MAGIC

#define MKEXT_INVERT_MAGIC   0x54584B4D

Definition at line 29 of file AppleMkext.h.

◆ MKEXT_INVERT_SIGNATURE

#define MKEXT_INVERT_SIGNATURE   0x58534F4D

Definition at line 37 of file AppleMkext.h.

◆ MKEXT_MAGIC

#define MKEXT_MAGIC   0x4D4B5854

Definition at line 25 of file AppleMkext.h.

◆ MKEXT_SIGNATURE

#define MKEXT_SIGNATURE   0x4D4F5358

Definition at line 33 of file AppleMkext.h.

◆ MKEXT_VERSION_V1

#define MKEXT_VERSION_V1   0x01008000

Definition at line 41 of file AppleMkext.h.

◆ MKEXT_VERSION_V2

#define MKEXT_VERSION_V2   0x02002001

Definition at line 45 of file AppleMkext.h.