Skip to content

AppleSupportPkg - contains UEFI drivers for Apple environment support

License

Notifications You must be signed in to change notification settings

mjg59/AppleSupportPkg

 
 

Repository files navigation

AppleSupportPkg

Build Status Scan Status


ApfsDriverLoader

Open source apfs.efi loader based on reverse-engineered Apple's ApfsJumpStart driver. It chain loads the apfs.efi driver that is already embedded in the APFS container from this container.

  • Loads apfs.efi from APFS container located on the block device.
  • Apfs driver verbose logging suppressed.
  • Version system: connects each apfs.efi to the device from which it was retrieved.
  • Embedded signature verification of chainloaded apfs.efi driver, what prevents possible implant injection.

AppleImageLoader

Secure AppleEfiFat binary driver with implementation of AppleLoadImage protocol with EfiBinary signature verification.

It provides secure loading of Apple EFI binary files into memory by pre-authenticating its signature.

AppleUiSupport

Driver which implements set of protocol for support EfiLoginUi which used for FileVault as login window. In short, it implements FileVault support and replaces AppleKeyMapAggregator.efi, AppleEvent.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi. Also, it contains hash service fixes and unicode collation for some boards. These fixes removed from AptioMemoryFix in R23.

AppleEfiSignTool

Open source tool for verifying Apple EFI binaries. It supports ApplePE and AppleFat binaries.

AppleDxeImageVerificationLib

This library provides Apple's crypto signature algorithm for EFI binaries.

VBoxHfs

This driver, based on VBoxHfs from VirtualBox OSE project driver, implements HFS+ support with bless extensions. Commit history can be found in VBoxFsDxe repository. Note, that unlike other drivers, its source code is licensed under GPLv2.

Credits

About

AppleSupportPkg - contains UEFI drivers for Apple environment support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.6%
  • C++ 7.2%
  • Objective-C 1.5%
  • Other 1.7%