-
-
Notifications
You must be signed in to change notification settings - Fork 109
port(Macho): make simple executable running on a real system #1816
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
17b9979
include commands and file header into Text segment
marxin 50f2da5
introduce align_load_segment_start
marxin 506faec
align segments to 16KiB
marxin fc2e4fb
fix LC_MAIN command emission
marxin 2d721e8
fill entire 1 page for LINKEDIT
marxin 1475abc
include DYLINKER
marxin 62d07d7
fix expected alignment
marxin df8239a
fix flags for __LINKEDIT segment
marxin 09bfce8
allocate a space for CodeSignatureCommand
marxin 8278080
fillup extra flags in file header
marxin cffb8b8
prototype for the chained fixup table
marxin 0b93697
refactor
marxin da9760a
do not emit sections for __LINKEDIT segment
marxin 21bb5ad
remove covered TODO
marxin f8cb7ce
fix ELF test-case
marxin 2f51efb
rename dummy sections in the __LINKEDIT segment
marxin 1107ec3
clarify comment
marxin 439df5b
document LC_DYLD_CHAINED_FIXUPS
marxin f82fc4c
add note about the LC_CODE_SIGNATURE
marxin 0994fd6
replace DYLINKER with the existing INTERP
marxin 89faadc
Add comment
marxin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.