行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 13: 35: 13
An identifier is a name which starts with a letter and contains only letters and digits. The list of allowed characters is specified in config file IDA.CFG. All names are case-sensitive.
Maximal length of a name is specified in the configuration file too:
MAX_NAME_LENGTH=120 // Maximal length of new names
Default is 120.
Some assemblers have a shorter name length limit, beware!
IDA will warn you if you enter an illegal name.
中文翻译:
标识符是以字母开头且只包含字母和数字的名称,允许的字符列表在配置文件IDA.CFG中指定。所有名称都区分大小写。
名称的最大长度也在配置文件中指定:
MAX_NAME_LENGTH=120//新名称的最大长度
默认为120。
某些汇编程序具有较短的名称长度限制,请注意!
如果您输入非法名称,IDA会发出警告。
展开阅读全文
︾