Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add offsets for High Sierra, Mojave and Catalina #12

Merged
merged 5 commits into from
Jan 9, 2024

Commits on Dec 29, 2023

  1. Add offsets for Mojave and Catalina

    - 10.14.6
    - 10.15.1
    - 10.15.2
    - 10.15.3
    - 10.15.4
    - 10.15.5
    - 10.15.6/7
    
    - x86_64 only has these macOS versions do not support arm64
    - macOS 10.14 and earlier lack the "IDSProtoKeyTransparencyTrustedServiceReadFrom" symbol so another reference symbol was used for 10.14.6
    - each binary version was disassembled and offsets manually found
    jetfir3 authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9d4d74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49c88d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Fix newline at end of file

    jetfir3 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    5f8552d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2146c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Add High Sierra Offsets

    - 10.13.6
    jetfir3 authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    e018389 View commit details
    Browse the repository at this point in the history