It is possible to enable or disable random stack ranking, but is there a way to provide the seed ASLR algorithm to make it deterministic?
EDIT: the context is as follows: memory error I output one of ten executions in ASLR and cannot be played with ASLR disabled. Providing random seed with the ASLR algorithm would greatly facilitate the debugging process.
source
share