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.
pwndbg/docs/commands/navigation/start.md

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 |