OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleCompressedBinaryImage.h
Go to the documentation of this file.
1
13
#ifndef APPLE_COMPRESSED_BINARY_IMAGE_H
14
#define APPLE_COMPRESSED_BINARY_IMAGE_H
15
16
#include <
IndustryStandard/AppleMachoImage.h
>
17
21
#define MACH_COMPRESSED_BINARY_INVERT_SIGNATURE 0x706D6F63
25
#define MACH_COMPRESSED_BINARY_INVERT_LZVN 0x6E767A6C
29
#define MACH_COMPRESSED_BINARY_INVERT_LZSS 0x73737A6C
30
34
typedef
struct
{
38
UINT32
Signature
;
42
UINT32
Compression
;
46
UINT32
Hash
;
50
UINT32
Decompressed
;
54
UINT32
Compressed
;
58
UINT32
Version
;
62
UINT32 Padding[90];
63
}
MACH_COMP_HEADER
;
64
65
#endif
// APPLE_COMPRESSED_BINARY_IMAGE_H
AppleMachoImage.h
MACH_COMP_HEADER
Definition
AppleCompressedBinaryImage.h:34
MACH_COMP_HEADER::Hash
UINT32 Hash
Definition
AppleCompressedBinaryImage.h:46
MACH_COMP_HEADER::Decompressed
UINT32 Decompressed
Definition
AppleCompressedBinaryImage.h:50
MACH_COMP_HEADER::Version
UINT32 Version
Definition
AppleCompressedBinaryImage.h:58
MACH_COMP_HEADER::Signature
UINT32 Signature
Definition
AppleCompressedBinaryImage.h:38
MACH_COMP_HEADER::Compressed
UINT32 Compressed
Definition
AppleCompressedBinaryImage.h:54
MACH_COMP_HEADER::Compression
UINT32 Compression
Definition
AppleCompressedBinaryImage.h:42
Include
Apple
IndustryStandard
AppleCompressedBinaryImage.h
Generated by
1.12.0