1. 23 7月, 2022 1 次提交
  2. 21 7月, 2022 3 次提交
  3. 20 7月, 2022 3 次提交
  4. 17 7月, 2022 3 次提交
    • P
      Docs: Rebuild pdf · 9e503254
      PMheart 提交于
      9e503254
    • C
      Docs: Fix typo (#372) · c4ddffe5
      CorpNewt 提交于
      c4ddffe5
    • P
      OcMainLib: Patch order change (#370) · f604848c
      PMheart 提交于
      The current behaviors of how our modification to Booter and Kernel are undocumented. In addition, we should ensure that:
      
      - Deletion is always performed first, as it makes no sense to patch something that will be removed
      - Integrated quirks are always applied preceding user patches (to prevent users from messing up the whole patch structure)
      - Injection is performed last
      f604848c
  5. 16 7月, 2022 2 次提交
  6. 15 7月, 2022 3 次提交
  7. 14 7月, 2022 5 次提交
  8. 13 7月, 2022 4 次提交
  9. 12 7月, 2022 4 次提交
  10. 11 7月, 2022 2 次提交
  11. 10 7月, 2022 1 次提交
  12. 09 7月, 2022 3 次提交
  13. 08 7月, 2022 1 次提交
  14. 07 7月, 2022 2 次提交
    • M
      OcAppleKernelLib: Do not locate __PRELINK_INFO for Kernel Collections · bd2d3f29
      Marvin Häuser 提交于
      As of macOS 13 Developer Beta 3, the __PRELINK_INFO marker segment is
      broken. It is not actually used in the Kernel Collection paths, so
      just don't locate it at all to avoid future mistakes.
      bd2d3f29
    • M
      OcMachoLib: Treat container Mach-O as reference file · d916dd65
      Marvin Häuser 提交于
      As of macOS 13 Developer Beta 3, the Kernel Collection's inner kernel
      references a segment that precedes itself. The current model is that
      a Kernel Collection is a container format and the included files are
      (mostly) separate. Hence, this was treated as an out-of-bounds issue.
      Kernel Collections apparently are rather an unconventional composite
      format, where the sub-files are still part of the whole. Redesign
      OcMachoLib to treat the Kernel Collection as the reference file.
      Patches still use only the inner file, while parsing considers the
      whole file.
      d916dd65
  15. 06 7月, 2022 1 次提交
  16. 05 7月, 2022 2 次提交