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

Fully Implement ASLR #199

Open
simongdavies opened this issue Jan 29, 2025 · 0 comments
Open

Fully Implement ASLR #199

simongdavies opened this issue Jan 29, 2025 · 0 comments
Labels
area/security Involves securty-related changes or fixes lifecycle/confirmed Bug is verified or proposal seems reasonable
Milestone

Comments

@simongdavies
Copy link
Contributor

We should either go all in on ASLR for security reasons and make the code location random, or load the code at a fixed address in the guest, saving on the cost of relocations & dynamic binaries. At present we relocate but to a fixed address.

@simongdavies simongdavies added kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. area/security Involves securty-related changes or fixes labels Jan 29, 2025
@github-actions github-actions bot added the lifecycle/needs-review The issue has not yet been reviewed. label Jan 29, 2025
@syntactically syntactically added lifecycle/confirmed Bug is verified or proposal seems reasonable and removed kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. lifecycle/needs-review The issue has not yet been reviewed. labels Feb 5, 2025
@danbugs danbugs added this to the Backlog milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security Involves securty-related changes or fixes lifecycle/confirmed Bug is verified or proposal seems reasonable
Projects
Status: No status
Development

No branches or pull requests

3 participants