/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/gui/views/CallStack.rst
18 строк
944 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
Call Stack ========== Call stack view displays the call stack of the current thread. It has 6 columns. **Address** is the base address of the stack frame. **To** is the address of the code that is going to return to. **From** is the probable address of the routine that is going to return. **Size** is the size of the call stack frame, in bytes. **Comment** is a brief description of the call stack frame. **Party** describes whether the procedure that is going to return to, is a user module or a system module. When **Show suspected call stack frame** option in the context menu in call stack view is active, it will search through the entire stack for possible return addresses. When it is inactive, it will use standard stack walking algorithm to get the call stack. It will typically get more results when **Show suspected call stack frame** option is active, but some of which may not be actual call stack frames.