行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023/05/26 17:29:53
Action name:StackTrace
Opens the stack trace window.
This window displays the function calls that brought the current instruction.
The top of the Stack Trace window lists the last function called by the program.Below this is the listing for the previously called functions.Each line indicates the name of the function which called the function represented by the previous line.
Double clicking on a line jumps to the exact address of the instruction realizing this call.
Currently,IDA uses the EBP frame pointer values to gather the stack trace information.It will fail for functions using other methods for the frame.
以下为中文翻译:
操作名称:StackTrace
打开堆栈跟踪窗口。
该窗口显示带来当前指令的函数调用。
Stack Trace窗口的顶部列出了程序调用的最后一个函数。
下面是之前调用的函数的列表。
表示函数的函数的名称
通过上一行。
双击一行跳转到指令实现的确切地址
这个电话。
目前,IDA使用EBP帧指针值来收集堆栈跟踪信息。
对于使用框架的其他方法的函数,它将失败。