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

macho: handle TAPI v3 and simplify handling of dependent dynamic libraries #9549

Merged
merged 4 commits into from Aug 11, 2021

Commits on Aug 11, 2021

  1. macho: add TAPI v3 parser

    This turns out needed to correctly support version back to macOS
    10.14 (Mojave)
    kubkon committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8afe621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95e8bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bb5c0 View commit details
    Browse the repository at this point in the history
  4. macho: move parsing logic for Object, Archive and Dylib into MachO

    This way, the functionality is better segregated, and we finally do
    not unnecessarily reparse dynamic libraries that were already visited
    and parsed.
    kubkon committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5d548cc View commit details
    Browse the repository at this point in the history