行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023/05/24 16:49:36
Action name:ToggleTraceFunctions
This command starts function tracing.You can then use all debugger commands as usual:the debugger will save all addresses where a call to a function or a return from a function occurred.
Internally,the debugger runs the current thread step by step to properly detect all function calls and returns.This explains why functions tracing is slower than a normal execution.
以下为中文翻译:
操作名称:ToggleTraceFunctions
此命令启动功能跟踪。
然后您可以像往常一样使用所有调试器命令:调试器将保存所有
函数调用或函数返回发生的地址。
步步运行当前线程
正确检测所有函数调用和返回。
这解释了为什么函数跟踪比正常执行慢。