What is the relation between config_RELOCATABLE and config_randomize_base?

102 views Asked by At

config_randomize_base (KASLR) can load kernel text into random addresses in memory. As far as I could understand, config_RELOCATABLE makes kernel relocatable so that it can be allowed to be loaded to random addresses. So does it mean config_RELOCATABLE is a dependency for config_randomize_base? Can we enable config_randomize_base without enabling config_RELOCATABLE? If so, how does it work and what is the difference between them ?

0

There are 0 answers