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.
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
<!-- THIS PART OF THIS FILE IS AUTOGENERATED. DO NOT MODIFY IT. See scripts/generate-docs.sh -->
|
|
# entry
|
|
|
|
```text
|
|
usage: entry [-h] [args ...]
|
|
|
|
```
|
|
|
|
Start the debugged program stopping at its entrypoint address.
|
|
|
|
Note that the entrypoint may not be the first instruction executed
|
|
by the program. If you want to stop on the first executed instruction,
|
|
use the GDB's `starti` command or LLDB's `process launch -s`.
|
|
|
|
Args may include "*", or "[...]"; they are expanded using the
|
|
shell that will start the program (specified by the "$SHELL" environment
|
|
variable). Input and output redirection with ">", "<", or ">>"
|
|
are also allowed.
|
|
|
|
With no arguments, uses arguments last specified (with "run" or
|
|
"set args"). To cancel previous arguments and run with no arguments,
|
|
use "set args" without arguments.
|
|
|
|
To start the inferior without using a shell, use "set startup-with-shell off".
|
|
### Positional arguments
|
|
|
|
|Positional Argument|Help|
|
|
| :--- | :--- |
|
|
|args|The arguments to run the binary with.|
|
|
|
|
### Optional arguments
|
|
|
|
|Short|Long|Help|
|
|
| :--- | :--- | :--- |
|
|
|-h|--help|show this help message and exit|
|
|
|
|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|
|
<!-- ------------\>8---- ----\>8---- ----\>8------------ -->
|