行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 00: 09
Action name:AddConst
This command allows you to define an enum member.An enum member is a symbolic constant.You have to specify its name and value.You cannot define more than 256 constants with the same value in an enum.
If the current enum is a bitfield,you need to specify the bitmask.To learn about bitmasks,read about bitfields.
以下为中文翻译:
名称:AddConst
此命令允许您定义枚举成员。枚举成员
是一个符号常量。您必须指定其名称和值。
在一个枚举中,不能定义超过256个具有相同值的常量。
如果当前枚举是位域,则需要指定位掩码。
若要了解位掩码,请阅读位域的相关信息。
展开阅读全文
︾