You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.