edb_stack_pop
Pop a value from the program stack by reading it and incrementing the stack pointer (RSP). Returns the popped value and modifies the target process register.
Instructions
Pop a value from the program stack (reads value, increments RSP). Equivalent to EDB's Stack context menu → Pop. Returns the popped value and modifies the target process RSP register.
Returns: str: Popped value and result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |