1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:07:47 +00:00

Docs: Add info about -T and -t to crash(1)

This commit is contained in:
Andreas Kling 2019-11-17 19:22:15 +01:00
parent 8ccbd7002b
commit 189f234b47

View file

@ -25,6 +25,8 @@ kinds of crashes.
* `-M`: Read a pointer from uninitialized memory, then write to it.
* `-F`: Read a pointer from memory freed using `free()`, then write to it.
* `-r`: Write to read-only memory.
* `-T`: Make a syscall while using an invalid stack pointer.
* `-t`: Trigger a page fault while using an invalid stack pointer.
## Examples