-
Notifications
You must be signed in to change notification settings - Fork 181
Fully Implement ASLR #199
Copy link
Copy link
Open
Labels
area/securityInvolves security-related changes or fixesInvolves security-related changes or fixeslifecycle/confirmedBug is verified or proposal seems reasonableBug is verified or proposal seems reasonable
Milestone
Metadata
Metadata
Assignees
Labels
area/securityInvolves security-related changes or fixesInvolves security-related changes or fixeslifecycle/confirmedBug is verified or proposal seems reasonableBug is verified or proposal seems reasonable
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
StatusShow more project fields
No status
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.