Fully Implement ASLR #199
Labels
area/security
Involves securty-related changes or fixes
lifecycle/confirmed
Bug is verified or proposal seems reasonable
Milestone
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.
The text was updated successfully, but these errors were encountered: