pwndbg_entry
Start a program and stop at its ELF entry point, enabling debugging from the very first instruction.
Instructions
Start the program and stop at its ELF entry point address.
pwndbg command: entry Source: pwndbg/commands/start.py Category: Start
Unlike 'start' (GDB-only), 'entry' works on LLDB. It sets a temporary breakpoint at the binary's entry point and runs.
Args: session_id: The UUID of the session. timeout: Maximum seconds to wait (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |