行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-11 16: 47: 32
IDA maintains separate namespaces for each structure. For example, you can define something like this: xxx struc xxx db ? xxx struc Beware, usually assemblers have one common namespace and do not allow the mentioned above example.
An empty name cannot be specified.
This command is available when you open a structure window.
If the cursor is on the structure name at the beginning of the structure definition, IDA proposes to rename the structure. Otherwise, IDA proposes to rename a structure field.
If a structure is being renamed, the option "Don't include in the list" means that the structure will not be included in the list of the structures which appears when the user applies the structure definition (for example, when the user creates a variable of this structure type). We recommend to mark this checkbox when you have defined all variables of this structure type and want to reduce the number of choices in the list.
See also Edit|Structs submenu. How to Enter an Identifier
中文翻译:
DA 为每个结构维护单独的命名空间。例如,您可以定义
是这样的:
xxx结构
xxx分贝?
xxx结构
当心,通常
汇编程序有一个共同的名称空间,不允许上述示例。
不能指定空名称。
打开结构窗口时可以使用此命令。
如果光标位于结构定义开头的结构名称上,
IDA 提议重命名该结构。否则,IDA 建议重命名一个结构
场地。
如果正在重命名结构,则选项“不包含在列表中”意味着
该结构将不包括在内
在用户应用结构时出现的结构列表中
定义(例如,当用户创建此结构类型的变量时)。
我们建议您在定义所有变量时标记此复选框
这种结构类型,并希望减少列表中的选择数量。
另见编辑|结构子菜单。
如何输入标识符
展开阅读全文
︾
读者也喜欢这些内容:
ida逆向工具使用教程 ida逆向工具怎样变成c语言
在计算机安全和软件分析领域,IDA(Interactive Disassembler)作为一款功能强大的逆向工程工具,广受专业人士的青睐。...
阅读全文 >
IDA Pro支持哪些指令集架构 IDA Pro支持哪些文件格式
在数字化时代,逆向工程和漏洞分析变得愈发重要,而IDA Pro(Interactive Disassembler Professional)以其卓越的能力在这一领域脱颖而出。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >
so是什么文件 ida如何反编译修改so文件
在Linux系统中,.so文件是共享目标(Shared Object)文件的扩展名。共享目标文件类似于Windows系统中的动态链接库(DLL),它包含了一组可被多个程序共享和重用的函数、数据和代码。...
阅读全文 >