行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023/05/25 16:25:37
Action name:ReadWriteTraceAdd
This command adds a read/write trace to the current address.
Each time the given address will be accessed in read or write mode,the debugger will add a trace event to the Tracing window.
In fact,read/write traces are nothing more than breakpoints with special properties:they don't stop and they simply add a trace event when the breakpoints are reached.
Internally,the debugger will add a hardware breakpoint on the given address,so all the restrictions for hardware breakpoints are also valid for read/write traces.
以下为中文翻译:
操作名称: ReadWriteTraceAdd
此命令将读/写跟踪添加到当前地址。
每次以读取或写入模式访问给定地址时,
调试器会将跟踪事件添加到跟踪窗口。
事实上,读/写痕迹只不过是具有特殊属性的断点:它们不会停止他们只是在到达断点时添加一个跟踪事件。
在内部,调试器将在给定地址上添加一个硬件断点,所以所有硬件断点的限制也是有效的用于读/写跟踪。