doc: Update exploit-mitigations.md, update image3.png
This commit is contained in:
parent
21517923e1
commit
a4d6d9a24f
@ -439,9 +439,9 @@ Fig. 14. IDA Pro listing cross references to `__stack_chk_fail` in
|
|||||||
hello-rust.
|
hello-rust.
|
||||||
|
|
||||||
To check if stack smashing protection is enabled for a given binary, search
|
To check if stack smashing protection is enabled for a given binary, search
|
||||||
for cross references to `__stack_chk_fail`. The only cross references to
|
for cross references to `__stack_chk_fail`. The presence of these
|
||||||
`__stack_chk_fail` in hello-rust are from the statically-linked libbacktrace
|
cross-references in Rust-compiled code (e.g., `hello_rust::main`) indicates
|
||||||
library (see Fig. 14).
|
that the stack smashing protection is enabled (see Fig. 14).
|
||||||
|
|
||||||
|
|
||||||
### Forward-edge control flow protection
|
### Forward-edge control flow protection
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user