diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-25 11:52:21 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-25 13:35:57 +0100 |
commit | 33efeaf71a88ff1661a13be3c1227701d8405ab6 (patch) | |
tree | e888e724995a0f57cc347b563b288da6ee5f904d /Base/usr/share/man/man1/crash.md | |
parent | ce5f7f6c07aa40137c83b7ceda7e36fc3dd1b2bc (diff) | |
download | serenity-33efeaf71a88ff1661a13be3c1227701d8405ab6.zip |
crash: Add "-X" option for attempting to execute non-executable memory
Diffstat (limited to 'Base/usr/share/man/man1/crash.md')
-rw-r--r-- | Base/usr/share/man/man1/crash.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/crash.md b/Base/usr/share/man/man1/crash.md index 8af17a8f07..174295c2a8 100644 --- a/Base/usr/share/man/man1/crash.md +++ b/Base/usr/share/man/man1/crash.md @@ -30,6 +30,7 @@ kinds of crashes. * `-S`: Make a syscall from writeable memory. * `-x`: Read from recently freed memory. (Tests an opportunistic malloc guard.) * `-y`: Write to recently freed memory. (Tests an opportunistic malloc guard.) +* `-X`: Attempt to execute non-executable memory. (Not mapped with PROT\_EXEC.) ## Examples |