行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 14: 53: 08
Commands of this submenu are available in the enums window:
Add an enum
Delete an enum
Edit an enum
Define an enum member
Edit an enum member
Delete an enum member
All enum members names must be unique in the program.You cannot define more than 256 enum members(symbolic constants)with the same value.
Please note that you can create bitfield definitions here.
You can also add a comment for the enum and for each enum member.In order to specify an enum comment,you must stand at the enum name.Comments are set using regular commands:
Regular comments
Repeatable comments
以下为中文翻译:
此子菜单的命令在enums窗口中可用:
添加enum
删除enum编辑enum定
义enum成员
编辑enum成员
删除enum成员
所有enum成员的名称在程序中必须是唯一的。
您不能定义超过256个具有相同
值的enum成员(符号常量)。
请注意,您可以创建位字段定义这里。
您也可以为枚举和每个枚举成员添加注释。
为了指定枚举注释,您必须站在枚举名称处。
注释是使用常规命令设置的:regular Comments Repeatable Comments
展开阅读全文
︾
读者也喜欢这些内容:
反汇编代码怎么看 ida如何反汇编成c语言
在计算机领域中,反汇编是一种将机器代码转换回更接近人类可理解的高级语言代码的过程。这在调试、逆向工程、病毒分析、漏洞挖掘等场景中具有重要的应用价值。而IDA作为最知名的反汇编工具,其功能强大、使用广泛。本文将围绕反汇编代码怎么看与IDA如何反汇编成C语言这两个主题进行深入探讨。...
阅读全文 >
IDA Pro附加到进程(Attach to process)
...
阅读全文 >
IDA pro跳转到命名位置(Jump to the named location)
...
阅读全文 >
IDA Pro添加/编辑枚举(Add/Edit an enum)
...
阅读全文 >