Remix.run Logo
philipwhiuk 4 hours ago

This is basically 'De-ASLR' is it not?

jer-irl 4 hours ago | parent [-]

Could you clarify what you mean by that? This does heavily rely on loaded code being position-independent, because the memory used will go into whatever regions `mmap(..., ~MAP_FIXED)` returns.