Administrators MaLd0n Posted February 14, 2023 Administrators Share Posted February 14, 2023 OpenCore bootloader with development SDK. Download OpenCore Bootloader HERE Libraries This repository also contains additional UEFI support common libraries shared by other projects in Acidanthera. The primary purpose of the library set is to provide supplemental functionality for Apple-specific UEFI drivers. Key features: Apple disk image loading support Apple keyboard input aggregation Apple PE image signature verification Apple UEFI secure boot supplemental code Audio management with screen reading support Basic ACPI and SMBIOS manipulation CPU information gathering with timer support Cryptographic primitives (SHA-256, RSA, etc.) Decompression primitives (zlib, lzss, lzvn, etc.) Helper code for ACPI reads and modifications Higher level abstractions for files, strings, UEFI variables Overflow checking arithmetics PE image loading with no UEFI Secure Boot conflict Plist configuration format parsing PNG image manipulation Text output and graphics output implementations XNU kernel driver injection and patch engine Early history of the codebase could be found in AppleSupportPkg and PicoLib library set by The HermitCrabs Lab. OcGuardLib This library implements basic safety features recommended for the use within the project. It implements fast safe integral arithmetics mapping on compiler builtins, type alignment checking, and UBSan runtime, based on NetBSD implementation. The use of UBSan runtime requires the use of Clang compiler and -fsanitize=undefined argument. Refer to Clang documentation for more details. Credits The HermitCrabs Lab All projects providing third-party code (refer to file headers) AppleLife team and user-contributed resources Chameleon and Clover teams for hints and legacy al3xtjames Andrey1970AppleLife mhaeuser (ex Download-Fritz) Goldfish64 MikeBeaton nms42 PMheart savvamitrofanov usr-sse2 vit9696 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
RYTD74 Posted September 22 Share Posted September 22 On 2/14/2023 at 5:51 AM, MaLd0n said: OpenCore bootloader with development SDK. Download OpenCore Bootloader HERE Libraries This repository also contains additional UEFI support common libraries shared by other projects in Acidanthera. The primary purpose of the library set is to provide supplemental functionality for Apple-specific UEFI drivers. Key features: Apple disk image loading support Apple keyboard input aggregation Apple PE image signature verification Apple UEFI secure boot supplemental code Audio management with screen reading support Basic ACPI and SMBIOS manipulation CPU information gathering with timer support Cryptographic primitives (SHA-256, RSA, etc.) Decompression primitives (zlib, lzss, lzvn, etc.) Helper code for ACPI reads and modifications Higher level abstractions for files, strings, UEFI variables Overflow checking arithmetics PE image loading with no UEFI Secure Boot conflict Plist configuration format parsing PNG image manipulation Text output and graphics output implementations XNU kernel driver injection and patch engine Early history of the codebase could be found in AppleSupportPkg and PicoLib library set by The HermitCrabs Lab. OcGuardLib This library implements basic safety features recommended for the use within the project. It implements fast safe integral arithmetics mapping on compiler builtins, type alignment checking, and UBSan runtime, based on NetBSD implementation. The use of UBSan runtime requires the use of Clang compiler and -fsanitize=undefined argument. Refer to Clang documentation for more details. Credits The HermitCrabs Lab All projects providing third-party code (refer to file headers) AppleLife team and user-contributed resources Chameleon and Clover teams for hints and legacy al3xtjames Andrey1970AppleLife mhaeuser (ex Download-Fritz) Goldfish64 MikeBeaton nms42 PMheart savvamitrofanov usr-sse2 vit9696 Why is Pike R. Alphas name not mentioned? Not trying to. be funny I really was just curious why his name is not mentioned. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now