edb_get_stack
Dump the current stack as a hex dump from the stack pointer to higher addresses, displaying 8-byte values to assist in memory analysis during debugging.
Instructions
Dump the current stack (stack pointer to higher addresses). Each entry is an 8-byte (64-bit) value.
Returns: str: Stack hex dump
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |