行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-29 13: 14: 13
Action name:Breakpoints
Opens the breakpoints window.
In this window,you can view information related to existing breakpoints.Breakpoints are saved in the database,and restored as soon as possible(once the memory becomes writeable).
The'Pass count'column indicates how many times the program needs to hit the breakpoint before being suspended(0 means"always suspend").
See also Add breakpoint
Delete breakpoint
Edit breakpoint
Breakpoints submenu.
中文翻译:
动作名称:断点
打开断点窗口。
在此窗口中,您可以查看与现有断点相关的信息。
断点保存在数据库中,并尽快恢复(一旦内存变为可写)。
“通过计数”列表示程序需要达到多少次暂停前的断点(0表示始终暂停)。
另见添加断点
删除断点
编辑断点
断点子菜单。
展开阅读全文
︾
读者也喜欢这些内容:
汇编语言转换成C语言软件 ida如何将汇编语言翻译成c语言
汇编语言作为计算机的底层语言,对于理解程序运行原理有着重要作用。然而,汇编语言的复杂性使得其对于许多人来说难以理解。因此,如何将汇编语言转换为更易理解的C语言,成为了许多开发者和逆向工程师关注的问题。本文将详细介绍汇编语言转换成C语言的软件,以及如何使用IDA将汇编语言翻译成C语言。...
阅读全文 >
IDA Pro源码查看(Source code view)
...
阅读全文 >
IDA Pro断点条件(Breakpoint conditions)
...
阅读全文 >
IDA Pro编辑断点(Edit breakpoint)
...
阅读全文 >