mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
438 B
Markdown
19 lines
438 B
Markdown
## Command: rop ##
|
|
```
|
|
usage: rop [-h] [--grep GREP] [argument [argument ...]]
|
|
```
|
|
Dump ROP gadgets with Jon Salwan's ROPgadget tool.
|
|
|
|
| Positional Argument | Info |
|
|
|---------------------|------|
|
|
| argument | Arguments to pass to ROPgadget |
|
|
|
|
| Optional Argument | Info |
|
|
|---------------------|------|
|
|
| --help | show this help message and exit |
|
|
| --grep | String to grep the output for |
|
|
|
|
|
|
Example: rop --grep 'pop rdi' -- --nojop
|
|
|