Skip to content

fix: simplify darwin/arm64 implementation#14

Merged
pboyd merged 1 commit into
mainfrom
simple-darwin
Mar 26, 2026
Merged

fix: simplify darwin/arm64 implementation#14
pboyd merged 1 commit into
mainfrom
simple-darwin

Conversation

@pboyd
Copy link
Copy Markdown
Owner

@pboyd pboyd commented Mar 26, 2026

Instead of copying the text segment and running from the copy, remap the copy with r-x perms on top of the existing text segment. Then keep the copy as an rw- mapping to the same physical memory.

Instead of copying the text segment and running from the copy, remap the
copy with r-x perms on top of the existing text segment. Then keep the
copy as an rw- mapping to the same physical memory.
@pboyd pboyd merged commit 6ffba5c into main Mar 26, 2026
13 checks passed
@pboyd pboyd deleted the simple-darwin branch March 26, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant