行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-29 13: 56: 03
In this window the user can view values of selected variables.
Global variables(data item names)as well as variables that are local to the current function can be added by pressing Ins.
Expressions can be added to the view as well,they will be considered as IDC expressions.
Expressions may have a type cast at the beginning.For example
(int)0x12345678
means that the contents of the memory at the address 0x12345678 should be displayed as an integer.Note:to display strings use"char[]"as the typo.
See also Source code view
中文翻译:
在此窗口中,用户可以查看所选变量的值。
全局变量(数据项名称)以及局部变量可以通过按Ins添加到当前功能。
表达式也可以添加到视图中,它们将被视为IDC
表达式。
在开头有类型转换。例如
(int)0x12345678
意味着地址为0x12345678的内存内容应该是
显示为整数。注意:要显示字符串,请使用char[]作为拼写错误。
另见源代码视图
展开阅读全文
︾
读者也喜欢这些内容:
idaPro怎么运行
IDA Pro是一款功能强大的反汇编和反编译工具,广泛应用于逆向工程和软件开发领域。在进行逆向工程和软件开发时,我们经常需要使用IDA Pro进行反汇编操作,以便更好地进行分析和修改。本文将介绍IDA Pro配置中文,IDA Pro怎么运行的内容。...
阅读全文 >
ida转换成c代码 ida转换成c代码快捷键
ida逆向工程工具是一个功能强大的反汇编器和逆向分析工具,它在软件逆向分析和漏洞研究等领域扮演着重要角色。而ida还提供了一项非常有用的功能,即将逆向分析的结果转换为C代码。本文将介绍ida转换成c代码,ida转换成c代码快捷键,让您能够快速而准确地将反汇编代码转换为可读性更高的C代码。...
阅读全文 >
IDA Pro编辑轨迹描述(Edit trace description)
...
阅读全文 >
IDA Pro名称表示(Names Representation)
...
阅读全文 >