Changes

Jump to navigation Jump to search
172 bytes added ,  06:28, 20 July 2017
1.0.0 aslr is even more fail
Line 13: Line 13:     
For all binaries(main area / NROs), the R-- section is always located immediately after R-X. The RW- section is always located immediately after the R-- section. Hence, there's no extra randomization / guard-pages for these sections.
 
For all binaries(main area / NROs), the R-- section is always located immediately after R-X. The RW- section is always located immediately after the R-- section. Hence, there's no extra randomization / guard-pages for these sections.
 +
 +
On version [[1.0.0]], the initial binaries loaded into memory by the kernel always have the upper 32-bits as all-zero, so there are 6 fewer bits of layout randomization.
    
==TLS==
 
==TLS==

Navigation menu