mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
crash: Add "-X" option for attempting to execute non-executable memory
This commit is contained in:
parent
ce5f7f6c07
commit
33efeaf71a
2 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue