Skip to content

Update darwin_xnu_macho headers from 2017 versions to current Apple open source releases. #438

@rjmansfield

Description

@rjmansfield

Current Darwin xnu/mach-o headers are from 2017 and are missing support for modern Mach-O features used in current macOS/iOS binaries.

Missing things such as:

  • Missing load command types that are now standard in modern Apple binaries
  • Missing modern CPU types and subtypes

Updating the headers will allow support to be added to bloaty to recognize the new load commands (e.g. #426) and then use the CPU and subtypes in the mach-o processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues with the build system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions