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

Go to the source code of this file.

Data Structures

struct  MACH_COMP_HEADER
 

Macros

#define MACH_COMPRESSED_BINARY_INVERT_SIGNATURE   0x706D6F63
 
#define MACH_COMPRESSED_BINARY_INVERT_LZVN   0x6E767A6C
 
#define MACH_COMPRESSED_BINARY_INVERT_LZSS   0x73737A6C
 

Detailed Description

Copyright (C) 2019, vit9696. 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 AppleCompressedBinaryImage.h.

Macro Definition Documentation

◆ MACH_COMPRESSED_BINARY_INVERT_LZSS

#define MACH_COMPRESSED_BINARY_INVERT_LZSS   0x73737A6C

The common 'lzss' number used to identify a compressed binary with LZSS.

Definition at line 29 of file AppleCompressedBinaryImage.h.

◆ MACH_COMPRESSED_BINARY_INVERT_LZVN

#define MACH_COMPRESSED_BINARY_INVERT_LZVN   0x6E767A6C

The common 'lzvn' number used to identify a compressed binary with LZVN.

Definition at line 25 of file AppleCompressedBinaryImage.h.

◆ MACH_COMPRESSED_BINARY_INVERT_SIGNATURE

#define MACH_COMPRESSED_BINARY_INVERT_SIGNATURE   0x706D6F63

The common 'comp' number used to identify a compressed binary.

Definition at line 21 of file AppleCompressedBinaryImage.h.