行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-25 14: 44: 00
Action name: MakeName
This command gives name/renames/deletes name for the current item.
To delete a name, simply give an empty name.
If the current item is referenced, you cannot delete its name. Even if you try, IDA will generate a dummy name.
Local name
The name is considered to be defined only in the current function.
Please note that IDA does not check the uniqueness of the local names
in the whole program. However, it does verify that the name is unique for the
function.
Include in name list
Here you can also include/remove the name from the name list.
If the name is hidden, you will not see it in names window.
Public name
You can declare a name as a public (global) name. If the current
assembler supports the "public" directive, IDA will use it.
Otherwise, the publicness of the name will be displayed as a comment.
Autogenerated name
An autogenerated name will appear in a different color.
if the item is indefined, it will disappear automatically .
Weak name
You can declare a name as a weak name. If the current
assembler supports the "weak" directive, IDA will use it.
Otherwise, the weakness of the name will be displayed as a comment.
Create name anyway
If this flag is on, and if the specified name already exists,
IDA will try to variate the specified name by appending a suffix to it.
See also
Edit submenu.
How to Enter an Identifier.
Names representation.
中文翻译:
name:MakeName
此命令为当前项指定名称/重命名/删除名称。
要删除名称,只需指定一个空名称。
如果当前项被引用,则无法删除其名称。即使是youtry,IDA也会生成一个伪名称。
本地名称该名称被认为只在当前函数中定义。
请注意,IDA不会在整个程序中检查本地名称的唯一性。但是,它确实验证了该名称对于函数是唯一的。
包括在名称列表中在这里,您也可以从名称列表中包括/删除该名称。如果名称被隐藏,您将不会在名称窗口中看到它。
公共名称您可以将名称声明为公共(全局)名称。如果当前汇编程序支持“public”指令,IDA将使用它。否则,名称的公共性将显示为注释。
自动生成的名称自动生成的姓名将以不同的颜色显示。如果项目未定义,它将自动消失。
弱名称您可以将名称声明为弱名称。如果当前
汇编程序支持“弱”指令,IDA将使用它。
否则,名称的弱将显示为注释。
无论如何都要创建名称。如果此标志处于启用状态,并且指定的名称已经存在,IDA会尝试通过在指定名称后加后缀来改变指定名称。
另请参阅编辑子菜单。如何输入标识符。名称表示。
展开阅读全文
︾
读者也喜欢这些内容:
IDA怎么修改字符串内容?IDA修改后怎么保存?
在软件开发和逆向工程领域,IDA Pro是一种极其强悍的工具,广泛用于程序剖析、调试和修改。它不仅支持多种处理器架构,还提供了大量的作用,以适应高档讲解的必须。本文将围绕ida怎么修改字符串内容,ida修改后怎么保存这一主题,详细描述怎样在IDA中更改字符串内容,及其修改后的存放方式。此外,我们还将探讨IDA转变的应用场景,帮助读者更深入地了解IDA的实际应用价值。...
阅读全文 >
ida可以动态调试吗 ida如何动态调试
在软件开发和安全分析领域,动态调试是一项至关重要的技术。它允许开发者和分析师在程序运行时检查和修改其状态,是理解和解决复杂问题的关键工具之一。...
阅读全文 >
IDA Pro 2022插件大赛优秀作品:Condstanta插件下载
Condstanta 可用于搜索条件语句(如 if 和 switch-case)中,所使用的常量值或包含多个特定常量的函数。 Condstanta 插件允许我们搜索精确数字、数字范围和特定常量列表。...
阅读全文 >
漏洞分析是什么意思 IDA怎么进行漏洞分析
在当今数字化世界中,信息安全是至关重要的。随着互联网的普及和技术的不断发展,威胁网络安全的风险也在不断增加。漏洞分析成为了信息安全领域中的一项关键任务,用以识别和修复潜在的漏洞,以保护系统和用户的数据安全。...
阅读全文 >