edb_get_entry_point
Get the program entry point address to identify where execution begins.
Instructions
Get the program entry point address. The entry point is the first code executed when the program starts (typically _start).
Returns: str: Entry point address in hex
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |