improve mprotect docs (#2294)

pull/2296/head
Jason An 1 year ago committed by GitHub
parent 27a2e0da04
commit b0f42a6c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,6 +23,8 @@ can be decoded with the `errno <value>` command.
Examples:
mprotect $rsp 4096 PROT_READ|PROT_WRITE|PROT_EXEC
mprotect $rsp 4096 rwx
mprotect $rsp 4096 7
mprotect some_symbol 0x1000 PROT_NONE
""",
)

Loading…
Cancel
Save