mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
20 lines
617 B
ReStructuredText
20 lines
617 B
ReStructuredText
|
Debug Buttons Toolbar
|
||
|
==============================
|
||
|
|
||
|
Continue Until Main
|
||
|
----------------------------------------
|
||
|
**Description:** Continue the execution of the program until the Main function is reached.
|
||
|
|
||
|
**Steps:** Continue until main
|
||
|
|
||
|
Continue Until Call
|
||
|
----------------------------------------
|
||
|
**Description:** Continue the execution of the program until a function call is reached.
|
||
|
|
||
|
**Steps:** Continue until call
|
||
|
|
||
|
Continue Until Syscall
|
||
|
----------------------------------------
|
||
|
**Description:** Continue the execution of the program until a Syscall is reached.
|
||
|
|
||
|
**Steps:** Continue until syscall
|