OpenCorePkg

OpenCore bootloader

  • 所有者: acidanthera/OpenCorePkg
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status Scan Status

OpenCore bootloader with development SDK.

Discussion

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

主要指标

概览
名称与所有者acidanthera/OpenCorePkg
主编程语言C
编程语言C (语言数: 9)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2019-04-03 19:14:29
推送于2025-06-05 10:30:32
最后一次提交2025-06-05 11:30:26
发布数59
最新版本名称1.0.4 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数13.9k
关注者数485
派生数2.2k
提交数4.9k
已启用问题?
问题数0
打开的问题数0
拉请求数391
打开的拉请求数1
关闭的拉请求数180
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?