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

Support for SEP-specific load commands #61

Closed
2 tasks done
justtryingthingsout opened this issue Jun 9, 2024 · 0 comments · Fixed by #62
Closed
2 tasks done

Support for SEP-specific load commands #61

justtryingthingsout opened this issue Jun 9, 2024 · 0 comments · Fixed by #62
Assignees
Labels
enhancement New feature or request

Comments

@justtryingthingsout
Copy link

Is your feature request related to a problem? Please describe.

Upon the analysis of recent SEP firmwares, the following output can be found:

found NEW load command: LoadCmd(134217731) (please let the author know via https://github.com/blacktop/go-macho/issues)
found NEW load command: LoadCmd(134217729) (please let the author know via https://github.com/blacktop/go-macho/issues)
found NEW load command: LoadCmd(134217730) (please let the author know via https://github.com/blacktop/go-macho/issues)

Thus, these load commands will need to be implemented into go-macho.

Describe the solution you'd like

The implementation of these (most likely) SEP-specific load commands into go-macho.

Describe alternatives you've considered

Ignoring these SEP load commands if they are indecipherable.

Search

  • I did search for other open and closed issues before opening this

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

A example of a SEP firmware with Mach-Os containing these load commands can be found in the iOS build 21F90 on iPhone16,1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants