- Update the text for the ASLR report
Submitted by: Shawn Webb <lattera@gmail.com>
This commit is contained in:
parent
182a9afb06
commit
e2bf99487d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44458
1 changed files with 8 additions and 6 deletions
|
@ -812,12 +812,14 @@
|
||||||
including the base of the executable and the positions of the
|
including the base of the executable and the positions of the
|
||||||
stack, heap, and libraries, in a process' address space.</p>
|
stack, heap, and libraries, in a process' address space.</p>
|
||||||
|
|
||||||
<p>We have added (a potentially buggy) ASLR support to all
|
<p>We have added ASLR support to all architectures. As the
|
||||||
supported &os; architectures. Focus is still on <tt>amd64</tt> as
|
primary developers behind this feature have the most access to
|
||||||
that is what the developers have access to. We have added
|
<tt>amd64</tt>, the focus of development is on the
|
||||||
support for Position-Independent Executables (PIEs) in a number
|
<tt>amd64</tt> architecture. Other architectures, such as ARM,
|
||||||
of applications in base. We have identified a number of bugs
|
have known bugs with our current ASLR implementation and we are
|
||||||
and are actively working on targeting them.</p>
|
working hard to fix them. We added support for
|
||||||
|
Position-Independent Executables (PIEs) in a number of
|
||||||
|
applications in base.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
|
|
Loading…
Reference in a new issue