Docs: Add info about -T and -t to crash(1)
This commit is contained in:
parent
8ccbd7002b
commit
189f234b47
Notes:
sideshowbarker
2024-07-19 11:10:35 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/189f234b470
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue