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/entry.md

16 lines
360 B
Markdown

## Command: entry ##
```
usage: entry [-h] [args [args ...]]
```
Set a breakpoint at the first instruction executed in the target binary.
| Positional Argument | Info |
|---------------------|------|
| args | The arguments to run the binary with. |
| Optional Argument | Info |
|---------------------|------|
| --help | show this help message and exit |