-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apple-codesign: copy data between Mach-O segments
Before, Mach-O segments that had padding between segments crashed due to an assertion. Having padding between Mach-O segments is allowed - albeit not observed until recently. So this commit teaches the segment writing code to preserve the space between segments when writing out a Mach-O. We still fail to handle these gaps when computing code signatures. This will be addressed in a separate commit. Part of #588 and #616.
- Loading branch information
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters