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.
16 lines
390 B
Markdown
16 lines
390 B
Markdown
## Command: start ##
|
|
```
|
|
usage: start [-h] [args [args ...]]
|
|
```
|
|
Set a breakpoint at a convenient location in the binary, generally 'main', 'init', or the entry point.
|
|
|
|
| Positional Argument | Info |
|
|
|---------------------|------|
|
|
| args | The arguments to run the binary with. |
|
|
|
|
| Optional Argument | Info |
|
|
|---------------------|------|
|
|
| --help | show this help message and exit |
|
|
|
|
|