Provide random seed ASLR for Linux

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.

+4
source share

Source: https://habr.com/ru/post/1665655/


All Articles