summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/crash.md
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-12-25 11:52:21 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-12-25 13:35:57 +0100
commit33efeaf71a88ff1661a13be3c1227701d8405ab6 (patch)
treee888e724995a0f57cc347b563b288da6ee5f904d /Base/usr/share/man/man1/crash.md
parentce5f7f6c07aa40137c83b7ceda7e36fc3dd1b2bc (diff)
downloadserenity-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.md1
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